Commit 3554ccdaa65b6ab5b5d8d96eaf2763b36541d42a
1 parent
1a462f91
Exists in
master
and in
1 other branch
simplify powered by in footer
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.haml
... | ... | @@ -30,5 +30,5 @@ |
30 | 30 | - if content_for?(:comments) |
31 | 31 | #content-comments |
32 | 32 | = yield :comments |
33 | - #footer= "Powered by #{link_to 'Errbit', 'http://github.com/errbit/errbit', :target => '_blank'}: the open source error catcher.".html_safe | |
33 | + #footer Powered by #{link_to 'Errbit', 'http://github.com/errbit/errbit', :target => '_blank'}: the open source error catcher. | |
34 | 34 | = yield :scripts | ... | ... |