Commit 3554ccdaa65b6ab5b5d8d96eaf2763b36541d42a

Authored by Sergey Nartimov
1 parent 1a462f91
Exists in master and in 1 other branch production

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,5 +30,5 @@
30 - if content_for?(:comments) 30 - if content_for?(:comments)
31 #content-comments 31 #content-comments
32 = yield :comments 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 = yield :scripts 34 = yield :scripts