use banners js in new legislative process

This commit is contained in:
Manu
2019-01-14 12:43:36 -05:00
parent e5cba7ac2e
commit 1e020f4df8
2 changed files with 4 additions and 32 deletions

View File

@@ -216,13 +216,13 @@
<div class="row">
<div class="small-3 column">
<%= f.label :sections, "Background color" %>
<%= color_field(:process, :background_color, id: 'legislation_process_background_color_picker') %>
<%= f.text_field :background_color, label: false %>
<%= 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" %>
<%= color_field(:process, :font_color, id: 'legislation_process_font_color_picker') %>
<%= f.text_field :font_color, label: false %>
<%= color_field(:process, :font_color, id: 'banner_font_color_picker') %>
<%= f.text_field :font_color, label: false, id: 'banner_font_color' %>
</div>
</div>