diff --git a/app/views/discuss_demos/index.html.erb b/app/views/discuss_demos/index.html.erb deleted file mode 100644 index b24937357..000000000 --- a/app/views/discuss_demos/index.html.erb +++ /dev/null @@ -1,25 +0,0 @@ -
<%= truncate(e.title,:length => 50) %> | -- <%= truncate(e.body,:length => 50) %> - | -- <%= link_to '查看文章',{:controller => 'discuss_demos',:action => 'show',:id=>e.id} %> - | -- - <%= link_to '删除文章',discuss_demo_path(e.id), :method => :delete,:confirm => l(:text_are_you_sure) %> - | -