diff --git a/app/views/layouts/application-ng.rhtml b/app/views/layouts/application-ng.rhtml index a3fb7e6..66b6321 100644 --- a/app/views/layouts/application-ng.rhtml +++ b/app/views/layouts/application-ng.rhtml @@ -11,13 +11,13 @@ <%= stylesheet_link_tag noosfero_stylesheets, :cache => 'cache' %> <%= stylesheet_link_tag template_stylesheet_path %> <%= stylesheet_link_tag icon_theme_stylesheet_path %> - <%= stylesheet_link_tag theme_stylesheet_path %> <%= stylesheet_link_tag jquery_ui_theme_stylesheet_path %> <% @plugins.enabled_plugins.each do |plugin| %> <% if plugin.stylesheet? %> <%= stylesheet_tag plugin.class.public_path('style.css'), {} %> <% end %> <% end %> + <%= stylesheet_link_tag theme_stylesheet_path %> <%# Add custom tags/styles/etc via content_for %> <%= yield :head %> -- libgit2 0.21.2