Commit 6aaf4739076740e79299a81e54be4993dff534f3

Authored by Daniela Feitosa
1 parent 4e252445

Loading theme CSS after all others

(ActionItem2216)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application-ng.rhtml
... ... @@ -11,13 +11,13 @@
11 11 <%= stylesheet_link_tag noosfero_stylesheets, :cache => 'cache' %>
12 12 <%= stylesheet_link_tag template_stylesheet_path %>
13 13 <%= stylesheet_link_tag icon_theme_stylesheet_path %>
14   - <%= stylesheet_link_tag theme_stylesheet_path %>
15 14 <%= stylesheet_link_tag jquery_ui_theme_stylesheet_path %>
16 15 <% @plugins.enabled_plugins.each do |plugin| %>
17 16 <% if plugin.stylesheet? %>
18 17 <%= stylesheet_tag plugin.class.public_path('style.css'), {} %>
19 18 <% end %>
20 19 <% end %>
  20 + <%= stylesheet_link_tag theme_stylesheet_path %>
21 21  
22 22 <%# Add custom tags/styles/etc via content_for %>
23 23 <%= yield :head %>
... ...