Sha256: ee45ca94a1a73bc7c7115445f61ad630dd70027bffd274c9a37ca98429961b4e
Contents?: true
Size: 706 Bytes
Versions: 1
Compression:
Stored size: 706 Bytes
Contents
<%= render :partial => '/spree/admin/shared/configuration_menu' %> <h1><%= t("google_merchant_settings") %></h1> <table> <tr> <th scope="row"><%= t("google_merchant_title") %>:</th> <td><%= Spree::GoogleMerchant::Config[:google_merchant_title] %></td> </tr> <tr> <th scope="row"><%= t("google_merchant_description") %>:</th> <td><%= Spree::GoogleMerchant::Config[:google_merchant_description] %></td> </tr> <tr> <th scope="row"><%= t("production_domain") %>:</th> <td><%= Spree::GoogleMerchant::Config[:production_domain] %></td> </tr> </table> <p><%= link_to_with_icon 'edit', t("edit"), edit_admin_google_merchants_path, :id => 'admin_google_merchants_link' %></p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_google_merchant-0.60.0.RC1 | app/views/spree/admin/google_merchants/show.html.erb |