Sha256: 93395411b992d2b560d0c2d4e7cad285d90321177b1531e4dea37c59b131f9d1
Contents?: true
Size: 1.18 KB
Versions: 12
Compression:
Stored size: 1.18 KB
Contents
<div class="card mb-4"> <div class="card-header"> <h5 class="card-title mb-0 h6"> <%= Spree.t(:seo) %> </h5> </div> <div class="card-body"> <%= f.field_container :seo_title do %> <%= f.label :seo_title, Spree.t(:seo_title) %> <%= f.text_field :seo_title, class: 'form-control' %> <%= f.error_message_on :seo_title %> <% end %> <%= f.field_container :meta_description do %> <%= f.label :meta_description, Spree.t(:meta_description) %> <%= f.text_area :meta_description, class: 'form-control' %> <%= f.error_message_on :meta_description %> <% end %> <%= f.field_container :meta_keywords do %> <%= f.label :meta_keywords, Spree.t(:meta_keywords) %> <%= f.text_field :meta_keywords, class: 'form-control' %> <%= f.error_message_on :meta_keywords %> <% end %> <%= f.field_container :seo_robots do %> <%= f.label :seo_robots, Spree.t(:seo_robots) %> <%= f.text_field :seo_robots, class: 'form-control' %> <%= f.error_message_on :seo_robots %> <small class="form-text text-muted"> <%= raw(Spree.t('admin.store_form.seo_robots')) %> </small> <% end %> </div> </div>
Version data entries
12 entries across 12 versions & 1 rubygems