%= form_for [:admin, budget, group, heading], remote: true do |f| %> <%= render 'shared/errors', resource: heading %> <%= f.text_field :name, label: false, maxlength: 50, placeholder: t("admin.budgets.form.heading") %>
<%= t("admin.budgets.form.population_help_text") %>
<%= f.text_field :population, label: false, maxlength: 8, placeholder: t("admin.budgets.form.population"), data: {toggle_focus: "population-info"}, aria: {describedby: "budgets-population-help-text"} %>