Add :tab param to others calls to _setting_table partial
Allow redirect to their tab after update a Setting
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<h2><%= t("admin.settings.index.title") %></h2>
|
||||
|
||||
<%= render "settings_table", settings: @configuration_settings, setting_name: "setting" %>
|
||||
<%= render "settings_table", settings: @configuration_settings, setting_name: "setting", tab: "#tab-configuration" %>
|
||||
|
||||
Reference in New Issue
Block a user