improves styles for admin budgets edit

This commit is contained in:
Alberto Garcia Cabeza
2017-01-04 17:04:37 +01:00
parent 46d96e5a18
commit 02359c8e2a
2 changed files with 9 additions and 2 deletions

View File

@@ -3,10 +3,12 @@
<%= f.text_field :name, maxlength: Budget.title_max_length %>
<% Budget::PHASES.each do |phase| %>
<%= f.cktext_area "description_#{phase}", maxlength: Budget.description_max_length, ckeditor: { language: I18n.locale } %>
<div class="margin-top">
<%= f.cktext_area "description_#{phase}", maxlength: Budget.description_max_length, ckeditor: { language: I18n.locale } %>
</div>
<% end %>
<div class="row">
<div class="row margin-top">
<div class="small-12 medium-9 column">
<%= f.select :phase, budget_phases_select_options %>
</div>