diff --git a/app/views/admin/budgets/_groups.html.erb b/app/views/admin/budgets/_groups.html.erb index 537659fec..e98c98334 100644 --- a/app/views/admin/budgets/_groups.html.erb +++ b/app/views/admin/budgets/_groups.html.erb @@ -11,14 +11,15 @@ <% end %> <%= form_for [:admin, @budget, Budget::Group.new], html: {id: "new-group-form", style: "display:none"}, remote: true do |f| %> + + <%= f.label :name, t("admin.budgets.form.group") %> +
- - - <%= f.text_field :name, label: false, maxlength: 50, - placeholder: t("admin.budgets.form.group") %> + placeholder: t("admin.budgets.form.group"), + class: "input-group-field" %>
<%= f.submit t("admin.budgets.form.create_group"), class: "button success" %>