From b3a25c1b686d205fc6b8b409a8f90059ae6b934d Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 9 Jan 2012 10:38:26 +1300 Subject: Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin::Blog --- .../refinery/admin/blog/comments/_comment.html.erb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/views/refinery/admin/blog/comments/_comment.html.erb (limited to 'app/views/refinery/admin/blog/comments/_comment.html.erb') diff --git a/app/views/refinery/admin/blog/comments/_comment.html.erb b/app/views/refinery/admin/blog/comments/_comment.html.erb deleted file mode 100644 index f5eba4d..0000000 --- a/app/views/refinery/admin/blog/comments/_comment.html.erb +++ /dev/null @@ -1,20 +0,0 @@ -
  • "> - - <%= comment.name %> - - <%= truncate(comment.message, :length => 75) %> - - - <%= link_to refinery_icon_tag("application_go.png"), - main_app.blog_post_path(comment.post, :anchor => "comment-#{comment.to_param}"), - :title => t('.view_live_html'), - :target => "_blank" unless comment.unmoderated? %> - <%= link_to refinery_icon_tag('zoom.png'), main_app.refinery_admin_blog_comment_path(comment), - :title => t('.read') %> - <%= link_to refinery_icon_tag("cross.png"), - main_app.rejected_refinery_admin_blog_comment_path(comment, :return_to => request.path.split('/').last.gsub(/^comments$/, 'index')), - :title => t('.reject') unless comment.rejected? %> - <%= link_to refinery_icon_tag("tick.png"), - main_app.approved_refinery_admin_blog_comment_path(comment, :return_to => request.path.split('/').last.gsub(/^comments$/, 'index')), - :title => t('.approve') unless comment.approved? %> - -
  • -- cgit v1.2.3