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/show.html.erb | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 app/views/refinery/admin/blog/comments/show.html.erb (limited to 'app/views/refinery/admin/blog/comments/show.html.erb') diff --git a/app/views/refinery/admin/blog/comments/show.html.erb b/app/views/refinery/admin/blog/comments/show.html.erb deleted file mode 100644 index 3dc50ff..0000000 --- a/app/views/refinery/admin/blog/comments/show.html.erb +++ /dev/null @@ -1,63 +0,0 @@ -
-

<%= t('.details')%>

-

- <%= t('.age') %>: <%= time_ago_in_words(@blog_comment.created_at) %> -

-

<%= t('.actions') %>

- -
-
-

<%= t('.comment') %>

- - - - - - - - - - - - - - - - - -
- <%= t('.blog_post') %> - - <%= link_to @blog_comment.post.title, - main_app.blog_post_path(@blog_comment.post, :anchor => "comment-#{@blog_comment.to_param}"), - :target => '_blank' %> -
- <%= t('.from') %> - - <%= @blog_comment.name %> [<%= mail_to @blog_comment.email, @blog_comment.email, {:title => t('.click_to_email')} %>] -
- <%= t('.date') %> - - <%= l(Date.parse(@blog_comment.created_at.to_s), :format => :long) %> -
- <%= t('.message') %> - -

- <%= @blog_comment.message.gsub("\r\n\r\n", "\r\n").gsub("\r\n", "

") %> -

-
-
- -<% content_for :stylesheets, stylesheet_link_tag('refinery/blog/backend') %> -- cgit v1.2.3