aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments/_comment.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2010-12-03 13:57:39 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2010-12-03 13:57:39 +0200
commitffa7b65e82038afd499459afd4c3fd9ad0538e9f (patch)
tree331a15514b0022a63f395e71d65c00604b30e24b /app/views/admin/blog/comments/_comment.html.erb
parenta914c2721e85802a7c95fdc74a4a45d0d1248599 (diff)
downloadrefinerycms-blog-ffa7b65e82038afd499459afd4c3fd9ad0538e9f.tar.gz
refinerycms-blog-ffa7b65e82038afd499459afd4c3fd9ad0538e9f.tar.bz2
refinerycms-blog-ffa7b65e82038afd499459afd4c3fd9ad0538e9f.zip
Use rails naming convention for translations that contain html markup.
Diffstat (limited to 'app/views/admin/blog/comments/_comment.html.erb')
-rw-r--r--app/views/admin/blog/comments/_comment.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/comments/_comment.html.erb b/app/views/admin/blog/comments/_comment.html.erb
index d762067..547b9e4 100644
--- a/app/views/admin/blog/comments/_comment.html.erb
+++ b/app/views/admin/blog/comments/_comment.html.erb
@@ -6,7 +6,7 @@
<span class='actions'>
<%= link_to refinery_icon_tag("application_go.png"),
blog_post_url(comment.post, :anchor => "comment-#{comment.to_param}"),
- :title => t('.view_live'),
+ :title => t('.view_live_html'),
:target => "_blank" unless comment.unmoderated? %>
<%= link_to refinery_icon_tag('zoom.png'), admin_blog_comment_path(comment),
:title => t('.read') %>