removes duplicated label on legislation proposal form

This commit is contained in:
decabeza
2017-10-26 17:09:57 +02:00
parent 2d95069a7b
commit 73d6a09242
3 changed files with 7 additions and 2 deletions

View File

@@ -58,11 +58,10 @@
</div>
<div class="small-12 column">
<%= f.label :tag_list, t("proposals.form.tags_label") %>
<%= f.label :tag_list, t("legislation.proposals.form.tags_label") %>
<p class="help-text" id="tag-list-help-text"><%= t("proposals.form.tags_instructions") %></p>
<div id="category_tags" class="tags">
<%= f.label :category_tag_list, t("proposals.form.tag_category_label") %>
<% @process.tag_list_on(:customs).each do |tag| %>
<a class="js-add-tag-link"><%= tag %></a>
<% end %>