From 6aaf4739076740e79299a81e54be4993dff534f3 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 26 Dec 2011 12:02:37 -0200 Subject: [PATCH] Loading theme CSS after all others --- app/views/layouts/application-ng.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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