diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 99a1f3d..a8827d1 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -30,5 +30,5 @@ - if content_for?(:comments) #content-comments = yield :comments - #footer= "Powered by #{link_to 'Errbit', 'http://github.com/errbit/errbit', :target => '_blank'}: the open source error catcher.".html_safe + #footer Powered by #{link_to 'Errbit', 'http://github.com/errbit/errbit', :target => '_blank'}: the open source error catcher. = yield :scripts -- libgit2 0.21.2