Changes notes tag on forms

This commit is contained in:
Alberto Garcia Cabeza
2015-09-28 13:38:28 +02:00
parent 738a64dcef
commit dd7f429104
7 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
<div class="small-12 column">
<%= f.label :tag_list, t("debates.form.tags_label") %>
<span class="note"><%= t("debates.form.tags_instructions") %></span>
<p class="note"><%= t("debates.form.tags_instructions") %></p>
<span class="tags">
<% @featured_tags.each do |tag| %>
<a class="js-add-tag-link"><%= tag.name %></a>