aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_post.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/posts/_post.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/posts/_post.html.erb')
-rw-r--r--app/views/admin/blog/posts/_post.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/posts/_post.html.erb b/app/views/admin/blog/posts/_post.html.erb
index 795f897..1f51932 100644
--- a/app/views/admin/blog/posts/_post.html.erb
+++ b/app/views/admin/blog/posts/_post.html.erb
@@ -5,7 +5,7 @@
</span>
<span class='actions'>
<%= link_to refinery_icon_tag("application_go.png"), blog_post_url(post),
- :title => t('.view_live'),
+ :title => t('.view_live_html'),
:target => "_blank" %>
<%= link_to refinery_icon_tag("application_edit.png"), edit_admin_blog_post_path(post),
:title => t('.edit') %>