Merge pull request #1700 from consul/timeline

Budgets investments timeline
This commit is contained in:
Juanjo Bazán
2017-06-26 18:02:03 +02:00
committed by GitHub
3 changed files with 29 additions and 26 deletions

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 %>