Commit d1750985c7e167d6c1dd9598f9335f4615940b9f
1 parent
a26b8be8
Exists in
master
and in
1 other branch
keeping layouts for layouts. moving flashes & javascript to new app/views/shared directory.
Showing
5 changed files
with
9 additions
and
9 deletions
Show diff stats
app/views/layouts/_flashes.html.erb
app/views/layouts/_javascript.html.erb
app/views/layouts/application.html.erb
... | ... | @@ -7,8 +7,8 @@ |
7 | 7 | <%= stylesheet_link_tag 'screen', :media => 'all', :cache => true %> |
8 | 8 | </head> |
9 | 9 | <body class="<%= body_class %>"> |
10 | - <%= render :partial => 'layouts/flashes' -%> | |
10 | + <%= render :partial => 'shared/flashes' -%> | |
11 | 11 | <%= yield %> |
12 | - <%= render :partial => 'layouts/javascript' %> | |
12 | + <%= render :partial => 'shared/javascript' %> | |
13 | 13 | </body> |
14 | 14 | </html> | ... | ... |