Sha256: 8c468a953725bb2a83b14a86d2ac2fb3daa75bf39f9e1f9efe8fd7573b752f72
Contents?: true
Size: 894 Bytes
Versions: 1
Compression:
Stored size: 894 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <h1><%= t('edit_google_merchant_settings') %></h1> <%= form_tag(admin_google_merchants_path, :method => :put) do %> <p> <label><%= t("google_merchant_title") %></label> <%= text_field_tag('preferences[google_merchant_title]', Spree::GoogleMerchant::Config[:google_merchant_title]) %> </p> <p> <label><%= t("google_merchant_description") %></label> <%= text_field_tag('preferences[google_merchant_description]', Spree::GoogleMerchant::Config[:google_merchant_description]) %> </p> <p> <label><%= t('production_domain') %></label> <%= text_field_tag('preferences[production_domain]', Spree::GoogleMerchant::Config[:production_domain])%> </p> <p class="form-buttons"> <%= button t('update') %> <%= t("or") %> <%= link_to t("cancel"), admin_google_merchants_url %> </p> <% end %>
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/edit.html.erb |