Merge pull request #2645 from wairbut-m2c/admin-form-improvements-backport

Admin form improvements
This commit is contained in:
Alberto
2018-06-07 17:44:38 +02:00
committed by GitHub
15 changed files with 71 additions and 67 deletions

View File

@@ -4,7 +4,7 @@
<div class="row margin-top">
<div class="small-12 medium-9 column">
<%= f.select :phase, budget_phases_select_options %>
<%= f.select :phase, budget_phases_select_options, selected: "drafting" %>
</div>
<div class="small-12 medium-3 column">
<%= f.select :currency_symbol, budget_currency_symbol_select_options %>