Commit fd0dbf5907500ff48152be7daef36c69843b59ec
1 parent
b92e70d4
Exists in
master
and in
29 other branches
ActionItem0: commenting out things that are breaking assert_tag
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@305 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/views/layouts/application.rhtml
... | ... | @@ -2,9 +2,9 @@ |
2 | 2 | <head> |
3 | 3 | <%= javascript_include_tag :defaults %> |
4 | 4 | <%= design_all_header_tags %> |
5 | + <%= javascript_include_tag 'comatose_admin' %> | |
5 | 6 | <% if params[:controller] == 'comatose_admin' %> |
6 | 7 | <%= stylesheet_link_tag 'comatose_admin' %> |
7 | - <%= javascript_include_tag 'comatose_admin' %> | |
8 | 8 | <% end %> |
9 | 9 | |
10 | 10 | </head> |
... | ... | @@ -31,13 +31,13 @@ |
31 | 31 | </div> |
32 | 32 | <% end %> |
33 | 33 | |
34 | - <a name='main_content'/></a> | |
35 | 34 | <div id='content'> |
35 | + <!-- <a name='main_content'/></a> --> | |
36 | 36 | <%= design_display(yield) %> |
37 | 37 | </div> |
38 | 38 | |
39 | 39 | <div id="footer"> |
40 | - <a name='footer'/></a> | |
40 | + <!-- <a name='footer'/></a> --> | |
41 | 41 | <%= footer %> |
42 | 42 | <%= design_display_icon('back', _('Back') , :action => 'list')%> |
43 | 43 | </div> | ... | ... |