Commit 1a462f91978a0df220e4aa87581c481b189b9b39

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

remove unused yield from layout

Seems it was accidentally added in 02130572aa4dfa420d259b8a15cd26c88b538c45.
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/views/layouts/application.html.haml
@@ -32,5 +32,3 @@ @@ -32,5 +32,3 @@
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.".html_safe
34 = yield :scripts 34 = yield :scripts
35 -  
36 -= yield :before_title  
37 \ No newline at end of file 35 \ No newline at end of file