Commit ac95e9a2a065c1751d9f152ad600ac998edd9ad9
1 parent
fe65f8f7
Exists in
master
and in
29 other branches
ActionItem280: removed annoying fading box
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1694 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
app/views/layouts/application.rhtml
... | ... | @@ -75,13 +75,6 @@ |
75 | 75 | <a href="#content" id="link_go_content"><span><%= _('Go to content') %></span></a> |
76 | 76 | </div><!-- accessibility_menu --> |
77 | 77 | |
78 | - <div id="path_category"> | |
79 | - <% if @category -%> | |
80 | - <%= @category.full_name(" → ") %> | |
81 | - <% end -%> | |
82 | - <%= javascript_tag(visual_effect(:fade, "path_category", :duration => 10)) %> | |
83 | - </div> | |
84 | - | |
85 | 78 | <div id="wrap"> |
86 | 79 | |
87 | 80 | <div id="beta-tag"><span>BETA</span></div> | ... | ... |