14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
<% if feature?(:map) %>
|
|
<h2><%= t("admin.settings.index.map.title") %></h2>
|
|
|
|
<%= render Admin::Settings::TableComponent.new(settings: @map_configuration_settings, setting_name: "setting", tab: "#tab-map-configuration") %>
|
|
|
|
<p><%= t("admin.settings.index.map.help") %></p>
|
|
|
|
<%= render Admin::Settings::MapFormComponent.new %>
|
|
<% else %>
|
|
<div class="callout primary">
|
|
<%= t("admin.settings.index.map.how_to_enable") %>
|
|
</div>
|
|
<% end %>
|