Commit 6aaf4739076740e79299a81e54be4993dff534f3
1 parent
4e252445
Exists in
master
and in
29 other branches
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,13 +11,13 @@ | ||
11 | <%= stylesheet_link_tag noosfero_stylesheets, :cache => 'cache' %> | 11 | <%= stylesheet_link_tag noosfero_stylesheets, :cache => 'cache' %> |
12 | <%= stylesheet_link_tag template_stylesheet_path %> | 12 | <%= stylesheet_link_tag template_stylesheet_path %> |
13 | <%= stylesheet_link_tag icon_theme_stylesheet_path %> | 13 | <%= stylesheet_link_tag icon_theme_stylesheet_path %> |
14 | - <%= stylesheet_link_tag theme_stylesheet_path %> | ||
15 | <%= stylesheet_link_tag jquery_ui_theme_stylesheet_path %> | 14 | <%= stylesheet_link_tag jquery_ui_theme_stylesheet_path %> |
16 | <% @plugins.enabled_plugins.each do |plugin| %> | 15 | <% @plugins.enabled_plugins.each do |plugin| %> |
17 | <% if plugin.stylesheet? %> | 16 | <% if plugin.stylesheet? %> |
18 | <%= stylesheet_tag plugin.class.public_path('style.css'), {} %> | 17 | <%= stylesheet_tag plugin.class.public_path('style.css'), {} %> |
19 | <% end %> | 18 | <% end %> |
20 | <% end %> | 19 | <% end %> |
20 | + <%= stylesheet_link_tag theme_stylesheet_path %> | ||
21 | 21 | ||
22 | <%# Add custom tags/styles/etc via content_for %> | 22 | <%# Add custom tags/styles/etc via content_for %> |
23 | <%= yield :head %> | 23 | <%= yield :head %> |