diff --git a/app/views/admin/pages/index.html.erb b/app/views/admin/pages/index.html.erb index 7c635a69..40bcff83 100644 --- a/app/views/admin/pages/index.html.erb +++ b/app/views/admin/pages/index.html.erb @@ -1,3 +1,10 @@ +<% content_for :secondary do %> + +<% end -%> +

Listing pages

@@ -35,7 +42,3 @@ <% end %>
-
- -<%= link_to 'New pages', new_admin_page_path, :class => 'button positive' %> -<%= link_to 'New root menu snippets', new_admin_snippet_path( :menu => 'root' ), :class => 'button positive' %> \ No newline at end of file diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index bc25c1c4..e91b2dc7 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -5,29 +5,43 @@ R4 <%= yield :page_specific_link %> - <%= stylesheet_link_tag "blueprint/screen", "blueprint/plugins/buttons/screen", "forms", "main", :media => "screen, projection" %> - <%= stylesheet_link_tag "blueprint/print", :media => "print" %> + <%= stylesheet_link_tag "easy", "main", :media => "screen, projection" %> + <%= stylesheet_link_tag "easyprint", :media => "print" %> <%= yield :page_specific_css %> -
-