I've also renamed the key for the settings title so the `<h1>` gets the `title` key, as done in other sections in the admin.
4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
<h2><%= t("admin.settings.index.general") %></h2>
|
|
|
|
<%= render "settings_table", settings: @configuration_settings, setting_name: "setting", tab: "#tab-configuration" %>
|