app/views/spree/admin/banners/_form.html.erb in spree_banner-1.1.3 vs app/views/spree/admin/banners/_form.html.erb in spree_banner-1.1.4
- old
+ new
@@ -1,8 +1,8 @@
-<div data-hook="admin_slideshow_form_fields">
+<div data-hook="admin_banner_form_fields">
<div class="clearfix">
- <div class="left" data-hook="admin_product_form_left">
+ <div class="left" data-hook="admin_banner_form_left">
<%= f.field_container :category do %>
<%= f.label :category, t(:category) %> <span class="required">*</span><br />
<%= f.text_field :category, :class => 'fullwidth title' %>
<%= f.error_message_on :category %>
<% end %>
@@ -17,10 +17,10 @@
<%= f.label :attachment, t(:attachment) %><br />
<%= f.file_field :attachment %>
<%= f.error_message_on :attachment %>
<% end %>
</div>
- <div class="right" data-hook="admin_product_form_right">
+ <div class="right" data-hook="admin_banner_form_right">
<%= f.field_container :attachment_width do %>
<%= f.label :attachment_width, t(:attachment_width) %> <span class="required">*</span><br />
<%= f.text_field :attachment_width, :class => 'fullwidth title' %>
<%= f.error_message_on :attachment_width %>
<% end %>