makes milestones textarea form bigger

This commit is contained in:
decabeza
2017-06-26 16:37:55 +02:00
parent 1630040afe
commit 4db83e7305

View File

@@ -1,7 +1,7 @@
<%= form_for [:admin, @investment.budget, @investment, @milestone] do |f| %>
<%= f.text_field :title, maxlength: Budget::Investment::Milestone.title_max_length %>
<%= f.text_area :description %>
<%= f.text_area :description, rows: 5 %>
<%= f.submit nil, class: "button success" %>
<% end %>