Commit 630a59db6edc40971db9a814f70f79d8d2215b98
1 parent
e02c4396
Exists in
master
and in
28 other branches
ActionItem0: adding boilerplate thumbnails in icon themes
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@348 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
5 additions
and
1 deletions
Show diff stats
app/views/layouts/application.rhtml
... | ... | @@ -33,7 +33,11 @@ |
33 | 33 | |
34 | 34 | <div id='content'> |
35 | 35 | <!-- <a name='main_content'/></a> --> |
36 | - <%= design_display(yield) %> | |
36 | + <% if params[:controller] == 'comatose_admin' %> | |
37 | + <%= yield %> | |
38 | + <% else %> | |
39 | + <%= design_display(yield) %> | |
40 | + <% end %> | |
37 | 41 | </div> |
38 | 42 | |
39 | 43 | <div id="footer"> | ... | ... |
1.56 KB
1.56 KB