Commit 0ab9e1e99be7a4d4c8b847fbb7bf3cc596cda587
1 parent
bb166e4b
Exists in
master
and in
21 other branches
Put content in a partial
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
app/views/layouts/application-ng.html.erb
| @@ -72,10 +72,7 @@ | @@ -72,10 +72,7 @@ | ||
| 72 | <div id="navigation-end"></div> | 72 | <div id="navigation-end"></div> |
| 73 | </div><!-- end id="navigation" --> | 73 | </div><!-- end id="navigation" --> |
| 74 | <div id="content"> | 74 | <div id="content"> |
| 75 | - <div id="content-inner"> | ||
| 76 | - <%= insert_boxes(yield) %> | ||
| 77 | - <br style='clear: both'/> | ||
| 78 | - </div><!-- end id="content-inner" --> | 75 | + <%= render 'layouts/content' %> |
| 79 | </div><!-- end id="content" --> | 76 | </div><!-- end id="content" --> |
| 80 | </div><!-- end id="wrap-2" --> | 77 | </div><!-- end id="wrap-2" --> |
| 81 | </div><!-- end id="wrap-1" --> | 78 | </div><!-- end id="wrap-1" --> |