revamp footer

This commit is contained in:
wvengen 2014-06-06 17:50:20 +02:00
parent 81c18097a5
commit 6466ea9653
11 changed files with 44 additions and 12 deletions

View file

@ -0,0 +1,13 @@
- unless FoodsoftConfig[:page_footer].to_s == 'blank'
%footer
.pull-right
= link_to_unless FoodsoftConfig[:foodsoft_url].blank?, I18n.t('layouts.foodsoft'), FoodsoftConfig[:foodsoft_url]
- if Foodsoft::REVISION.blank?
= "v#{Foodsoft::VERSION}"
- else
%abbr{title: t('.revision', revision: Foodsoft::REVISION)}= "v#{Foodsoft::VERSION}"
%p
- if (s = FoodsoftConfig[:page_footer]).blank?
= link_to FoodsoftConfig[:name], FoodsoftConfig[:homepage]
- else
= raw s

View file

@ -48,6 +48,5 @@
%h1= yield(:title)
= yield
%footer
%p= t '.footer'
= render 'layouts/footer'
#modalContainer.modal.hide.fade(tabindex="-1" role="dialog")

View file

@ -8,5 +8,4 @@
%h1= yield(:title)
= yield
%footer
%p= t '.footer'
= render 'layouts/footer'