Sha256: 875ad9cb5765afd414e5d66f524f1573bd1382c04222a45cb1c862110109a82e
Contents?: true
Size: 738 Bytes
Versions: 12
Compression:
Stored size: 738 Bytes
Contents
<!-- When using rails 7 compatible version of Spree this view is replaced by _spree_linkable_uri.html.erb --> <%= f.field_container :destination do %> <%= f.label :destination, Spree.t(:url) %> <%= f.text_field :destination, class: 'form-control' %> <%= f.error_message_on :destination %> <small class="form-text text-muted"> <%= raw Spree.t('admin.navigation.url_info') %> </small> <% end %> <%= f.field_container :new_window do %> <div class="custom-control custom-checkbox"> <%= f.check_box :new_window, class: 'custom-control-input' %> <%= f.label :new_window, Spree.t('admin.navigation.open_link_in_new_window'), class: 'custom-control-label' %> <%= f.error_message_on :new_window %> </div> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems