Add setting_name param to others calls to _setting_table partial
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.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<h2><%= t("admin.settings.index.title") %></h2>
|
||||
|
||||
<%= render "settings_table", settings: @configuration_settings %>
|
||||
<%= render "settings_table", settings: @configuration_settings, setting_name: "setting" %>
|
||||
|
||||
Reference in New Issue
Block a user