Sha256: 0cc5c8442ffb407da9a734e7f9292c1f65b0992ea028ad9cef47cbb015251985
Contents?: true
Size: 998 Bytes
Versions: 3
Compression:
Stored size: 998 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <h1><%= t('mailchimp_settings') %></h1> <table> <tr> <th scope="row"><%= t("mailchimp_api_key") %>:</th> <td><%= Spree::Config[:mailchimp_api_key] %></td> </tr> <tr> <th scope="row"><%= t("mailchimp_list_id") %>:</th> <td><%= Spree::Config[:mailchimp_list_id] %></td> </tr> </table> <h4><%= t("mailchimp_double_opt_in") %>: <%= Spree::Config[:mailchimp_double_opt_in]? t('yes') : t('no') %></h4> <h4><%= t("mailchimp_send_welcome") %>: <%= Spree::Config[:mailchimp_send_welcome]? t('yes') : t('no') %></h4> <h4><%= t("mailchimp_send_notify") %>: <%= Spree::Config[:mailchimp_send_notify]? t('yes') : t('no') %></h4> <% unless Spree::Config[:mailchimp_merge_vars].blank? %> <h4><%= t("mailchimp_merge_vars") %></h4> <p> <%= raw Spree::Config[:mailchimp_merge_vars].gsub(/,/, '<br >') %> </p> <% end %> <p><%= link_to_with_icon 'edit', t("edit"), edit_admin_mail_chimp_settings_path %></p>
Version data entries
3 entries across 3 versions & 1 rubygems