aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments/_comment.html.erb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-11-23 09:34:11 +1300
committerPhilip Arndt <parndt@gmail.com>2010-11-23 09:34:11 +1300
commit97101633ca5f0a94560d18adc0df41ca8f60eed7 (patch)
treec2414815b5476c3982647095af1625d459506af6 /app/views/admin/blog/comments/_comment.html.erb
parent8b1fd448316a69d4849ff47d9948364dbbbc4db1 (diff)
downloadrefinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.tar.gz
refinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.tar.bz2
refinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.zip
Consistent whitespace.
Diffstat (limited to 'app/views/admin/blog/comments/_comment.html.erb')
-rw-r--r--app/views/admin/blog/comments/_comment.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/blog/comments/_comment.html.erb b/app/views/admin/blog/comments/_comment.html.erb
index 52a8167..1817c48 100644
--- a/app/views/admin/blog/comments/_comment.html.erb
+++ b/app/views/admin/blog/comments/_comment.html.erb
@@ -10,10 +10,10 @@
:target => "_blank" unless comment.unmoderated? %>
<%= link_to refinery_icon_tag('zoom.png'), admin_blog_comment_path(comment),
:title => t('.read') %>
- <%= link_to refinery_icon_tag("cross.png"),
+ <%= link_to refinery_icon_tag("cross.png"),
rejected_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"),
+ <%= link_to refinery_icon_tag("tick.png"),
approved_admin_blog_comment_path(comment, :return_to => request.path.split('/').last.gsub(/^comments$/, 'index')),
:title => t('.approve') unless comment.approved? %>
</span>