Commit 04a6bb767fcc23866e70214390f3f4dfee85a7d0
1 parent
bdb67ac9
Exists in
master
and in
1 other branch
content class, not main, in app layout
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.erb
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => 'screen' %> | 7 | <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => 'screen' %> |
8 | </head> | 8 | </head> |
9 | <body class="<%= body_class %>"> | 9 | <body class="<%= body_class %>"> |
10 | - <div class="main"> | 10 | + <div class="content"> |
11 | <%= render :partial => 'shared/flashes' -%> | 11 | <%= render :partial => 'shared/flashes' -%> |
12 | <%= yield %> | 12 | <%= yield %> |
13 | <%= render :partial => 'shared/javascript' %> | 13 | <%= render :partial => 'shared/javascript' %> |