Commit 1827d46b773dc77924a533e8397a65c9fc6f25fc
1 parent
fa32e8f0
Exists in
master
and in
1 other branch
show errbit version in footer
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.haml
| ... | ... | @@ -31,5 +31,8 @@ |
| 31 | 31 | - if content_for?(:comments) |
| 32 | 32 | #content-comments |
| 33 | 33 | = yield :comments |
| 34 | - #footer= t('.powered_html', :link => link_to(t('.errbit'), 'http://github.com/errbit/errbit', :target => '_blank')) | |
| 34 | + #footer | |
| 35 | + = t('.powered_html', :link => link_to(t('.errbit'), 'http://github.com/errbit/errbit', :target => '_blank')) | |
| 36 | + %br | |
| 37 | + = Errbit::Version.to_s | |
| 35 | 38 | = yield :scripts | ... | ... |