Commit 24d0dec6d71628dcce42369f09b881372f249082
1 parent
2d4c3e4b
Exists in
master
and in
1 other branch
fixes #908 update displayed errbit version
Showing
2 changed files
with
3 additions
and
9 deletions
Show diff stats
app/views/layouts/application.html.haml
| @@ -34,5 +34,5 @@ | @@ -34,5 +34,5 @@ | ||
| 34 | #footer | 34 | #footer |
| 35 | = t('.powered_html', :link => link_to(t('.errbit'), 'http://github.com/errbit/errbit', :target => '_blank')) | 35 | = t('.powered_html', :link => link_to(t('.errbit'), 'http://github.com/errbit/errbit', :target => '_blank')) |
| 36 | %br | 36 | %br |
| 37 | - = Errbit::Version.to_s | 37 | + = Errbit::VERSION |
| 38 | = yield :scripts | 38 | = yield :scripts |