Merge pull request #104 from AyuntamientoMadrid/debates_title_length_93

Debates title length
This commit is contained in:
Juanjo Bazán
2015-08-06 15:25:16 +02:00
4 changed files with 13 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
<p><strong><%= t("debates.form.debate_title") %></strong></p>
<p><%= t("debates.form.title_instructions") %></p>
<%= f.text_field :title %>
<%= f.text_field :title, maxlength: Debate::TITLE_LENGTH %>
<br/>
<p><strong><%= t("debates.form.debate_text") %></strong></p>