aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/admin/blog/posts/_form.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-07-28 13:39:05 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-07-28 13:39:05 +0300
commit17f08ab5cb47e7d4d90385f1150e2373ed1abfa9 (patch)
tree0f8869aa4a888215adc7f982e6411395de9b7f44 /app/views/refinery/admin/blog/posts/_form.html.erb
parent3475603f72ff0b3e051542908199b5bab3f47b14 (diff)
downloadrefinerycms-blog-17f08ab5cb47e7d4d90385f1150e2373ed1abfa9.tar.gz
refinerycms-blog-17f08ab5cb47e7d4d90385f1150e2373ed1abfa9.tar.bz2
refinerycms-blog-17f08ab5cb47e7d4d90385f1150e2373ed1abfa9.zip
Update translation scopes and routes.
Diffstat (limited to 'app/views/refinery/admin/blog/posts/_form.html.erb')
-rw-r--r--app/views/refinery/admin/blog/posts/_form.html.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/refinery/admin/blog/posts/_form.html.erb b/app/views/refinery/admin/blog/posts/_form.html.erb
index 1fc0050..a452c13 100644
--- a/app/views/refinery/admin/blog/posts/_form.html.erb
+++ b/app/views/refinery/admin/blog/posts/_form.html.erb
@@ -14,10 +14,10 @@
<div id='page-tabs' class='clearfix ui-tabs ui-widget ui-widget-content ui-corner-all'>
<ul id='page_parts'>
<li class='ui-state-default ui-state-active'>
- <%= link_to t('body', :scope => 'activerecord.attributes.blog_post'), "#page_part_body" %>
+ <%= link_to t('body', :scope => 'activerecord.attributes.refinery.blog_post'), "#page_part_body" %>
</li>
<li class='ui-state-default'>
- <%= link_to t('teaser', :scope => 'activerecord.attributes.blog_post'), "#page_part_teaser" %>
+ <%= link_to t('teaser', :scope => 'activerecord.attributes.refinery.blog_post'), "#page_part_teaser" %>
</li>
<% Refinery::Blog.tabs.each_with_index do |tab, tab_index| %>
<li class='ui-state-default' id="custom_<%= tab.name %>_tab">
@@ -49,7 +49,7 @@
</div>
<div class='field'>
- <%= f.label :tag_list, t('blog.shared.tags.title') -%>
+ <%= f.label :tag_list, t('refinery.blog.shared.tags.title') -%>
<%= f.text_field :tag_list, :class => 'larger' -%>
</div>
@@ -66,7 +66,7 @@
</div>
<div id='more_options' style="display:none;">
<div class="hemisquare">
- <h3><%= t('title', :scope => 'admin.blog.submenu.categories') %></h3>
+ <h3><%= t('title', :scope => 'refinery.admin.blog.submenu.categories') %></h3>
<ul class='blog_categories'>
<% @blog_categories.each do |category| %>
<li>
@@ -99,7 +99,7 @@
:locals => {
:f => f,
:continue_editing => true,
- :delete_title => t('delete', :scope => 'admin.blog.posts.post')
+ :delete_title => t('delete', :scope => 'refinery.admin.blog.posts.post')
} %>
<% end -%>