From 291f7883b17f686ce627fb08338e074e83cbf4a4 Mon Sep 17 00:00:00 2001 From: Josh Adams Date: Wed, 7 Jan 2009 22:12:15 -0600 Subject: [PATCH] removed errant article views from menu system plugin --- .../app/views/articles/index.html.erb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vendor/plugins/ansuz_menu_system/app/views/articles/index.html.erb diff --git a/vendor/plugins/ansuz_menu_system/app/views/articles/index.html.erb b/vendor/plugins/ansuz_menu_system/app/views/articles/index.html.erb deleted file mode 100644 index fc95221..0000000 --- a/vendor/plugins/ansuz_menu_system/app/views/articles/index.html.erb +++ /dev/null @@ -1,12 +0,0 @@ -<% content_for :sidebar do -%> -

Tags

- <%= tag_cloud -%> -<% end -%> -<% @blog_posts.each do |blog_post| -%> -
-

<%=h blog_post.title -%>

-
- <%= blog_post.contents -%> -
-
-<% end -%>