The max headings label is updated automatically when updating the heading. It is done via AJAX and a refresh isn't needed.
6 lines
223 B
Plaintext
6 lines
223 B
Plaintext
<%= t("admin.budgets.form.max_votable_headings")%>
|
|
<%= content_tag(:strong,
|
|
t('admin.budgets.form.current_of_max_headings', current: current, max: max ),
|
|
class:"current-of-max-headings") %>
|
|
|