added i18n to process form
This commit is contained in:
@@ -210,17 +210,17 @@
|
||||
</div>
|
||||
|
||||
<div class="small-12 column">
|
||||
<h3>Process banner color</h3>
|
||||
<h3><%= t("admin.legislation.processes.form.banner_title") %></h3>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="small-3 column">
|
||||
<%= f.label :sections, "Background color" %>
|
||||
<%= f.label :sections, t("admin.legislation.processes.form.banner_background_color") %>
|
||||
<%= color_field(:process, :background_color, id: 'banner_background_color_picker') %>
|
||||
<%= f.text_field :background_color, label: false, id: 'banner_background_color' %>
|
||||
</div>
|
||||
<div class="small-3 column end">
|
||||
<%= f.label :sections, "Font color" %>
|
||||
<%= f.label :sections, t("admin.legislation.processes.form.banner_font_color") %>
|
||||
<%= color_field(:process, :font_color, id: 'banner_font_color_picker') %>
|
||||
<%= f.text_field :font_color, label: false, id: 'banner_font_color' %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user