From bd46cb1b12ff3e1c314c5093dd51238ce8f28ff4 Mon Sep 17 00:00:00 2001 From: Wen-Tien Chang Date: Mon, 22 Feb 2010 17:10:08 +0800 Subject: [PATCH] remove component link --- app/views/admin/items/index.html.erb | 1 - app/views/layouts/admin.html.erb | 1 - 2 files changed, 2 deletions(-) diff --git a/app/views/admin/items/index.html.erb b/app/views/admin/items/index.html.erb index 8ad0de01..5e6d3858 100644 --- a/app/views/admin/items/index.html.erb +++ b/app/views/admin/items/index.html.erb @@ -1,7 +1,6 @@ <% content_for :secondary do %> diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 20e7674f..063430ad 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -23,7 +23,6 @@
  • <%= link_to t(:item, :scope => :admin), admin_items_path %>
  • <%= link_to t(:layout, :scope => :admin), admin_layouts_path %>
  • <%= link_to t(:asset, :scope => :admin), admin_assets_path %>
  • -
  • <%= link_to t(:announcement, :scope => :admin), panel_announcements_path( :entry_name => 'news' ) %>