Commit 2039747d0eb9f28f40ed68f6e432f3028422ecfd
Exists in
master
and in
1 other branch
Merge pull request #310 from lest/patch-1
Cleanup layouts/application
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
app/views/layouts/application.html.haml
... | ... | @@ -30,7 +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 |
35 | - | |
36 | -= yield :before_title | |
37 | 35 | \ No newline at end of file | ... | ... |