Sha256: 8030b3a787bbe1c61edd4d4199e5add85875a356dccb1ebacd7896c6045db8f0
Contents?: true
Size: 822 Bytes
Versions: 20
Compression:
Stored size: 822 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("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 %></p>
Version data entries
20 entries across 20 versions & 3 rubygems