Sha256: a20c8d4e4543038d2414e1dc1c3642c060eb9a800f13226e67f1ddd31e8cfb7a
Contents?: true
Size: 982 Bytes
Versions: 4
Compression:
Stored size: 982 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t("general_settings") %></h1> <table> <tr> <th scope="row"><%= t("site_name") %>:</th> <td><%= Spree::Config[:site_name] %></td> </tr> <tr> <th scope="row"><%= t("default_seo_title") %>:</th> <td><%= Spree::Config[:default_seo_title] %></td> </tr> <tr> <th scope="row"><%= t("site_url") %>:</th> <td><%= Spree::Config[:site_url] %></td> </tr> <tr> <td colspan="2"> <%= (Spree::Config[:allow_ssl_in_production] ? t("ssl_will_be_used_in_production_mode") : t("ssl_will_not_be_used_in_production_mode")) %> </td> </tr> <tr> <td colspan="2"> <%= (Spree::Config[:allow_ssl_in_development_and_test] ? t("ssl_will_be_used_in_development_and_test_modes") : t("ssl_will_not_be_used_in_development_and_test_modes")) %> </td> </tr> </table> <p><%= link_to_with_icon 'edit', t("edit"), edit_admin_general_settings_path, :id => 'admin_general_settings_link' %></p>
Version data entries
4 entries across 4 versions & 1 rubygems