In these cases "setting" is the value expected by the new helper method for everything to continue rendering in the usual way. Note: All the new calls to _setting_table partial will need add setting_name param.
4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
<h2><%= t("admin.settings.index.dashboard.title") %></h2>
|
|
|
|
<%= render "settings_table", settings: @proposals_settings, setting_name: "setting" %> %>
|