X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/9347f6bd316ab609f4b780658855e52e7937e5a6..c5d48f6ea92e43f07182d20ebe693692b4330437:/app/views/layouts/main.rhtml diff --git a/app/views/layouts/main.rhtml b/app/views/layouts/main.rhtml index a1c9173..5ae18dc 100644 --- a/app/views/layouts/main.rhtml +++ b/app/views/layouts/main.rhtml @@ -4,6 +4,7 @@ <%= @page_title || "Selectricity" %> <%= stylesheet_link_tag "common", :media => "all" %> <%= stylesheet_link_tag "main", :media => "all" %> + <%= stylesheet_link_tag *(@stylesheets) %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %> @@ -15,6 +16,10 @@ :controller => 'site', :action => 'index' %>
+ <% if flash[:notice]%> +
<%= flash[:notice] %>
+ <% end%> + <%= @sidebar_content %>
@@ -41,9 +46,6 @@
- <% if flash[:notice]%> -
<%= flash[:notice] %>
- <% end%> <%= @content_for_layout %>