aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-03-02 22:08:30 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-03-02 22:08:30 +0100
commit84de1a7117742463138c188a4d2c9e2b2e814fef (patch)
tree78d2c021f30789b523aab9208033e82c6fb1054c /app
parenta565503bef77c14892a131575e1927b2b98c859f (diff)
downloadhmnoweb-84de1a7117742463138c188a4d2c9e2b2e814fef.tar.gz
hmnoweb-84de1a7117742463138c188a4d2c9e2b2e814fef.tar.bz2
hmnoweb-84de1a7117742463138c188a4d2c9e2b2e814fef.zip
Translate admin category form.
Diffstat (limited to 'app')
-rw-r--r--app/views/refinery/blog/admin/categories/_form.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/refinery/blog/admin/categories/_form.html.erb b/app/views/refinery/blog/admin/categories/_form.html.erb
index 4538aef..69ac0e7 100644
--- a/app/views/refinery/blog/admin/categories/_form.html.erb
+++ b/app/views/refinery/blog/admin/categories/_form.html.erb
@@ -6,17 +6,17 @@
} %>
<div class='field'>
- <%= f.label :title -%>
+ <%= f.label t(".title") -%>
<%= f.text_field :title, :class => 'larger widest' -%>
</div>
<div class='field'>
- <%= f.label :sidebar_position -%>
+ <%= f.label t(".sidebar_position") -%>
<%= f.select :sidebar_position, make_choice_from(t('.sidebar_positions')) -%>
</div>
<div class='field'>
- <%= f.label :sidebar_items -%>
+ <%= f.label t(".sidebar_items") -%>
<%= f.select :sidebar_items, (1..25) -%>
</div>