app/views/spree/admin/slides/show.html.erb in spree_slider-1.1.0 vs app/views/spree/admin/slides/show.html.erb in spree_slider-1.2.0
- old
+ new
@@ -31,9 +31,15 @@
<th><%= t(:image_file_name) %></th>
<td>
<%= @slide.image_file_name %>
</td>
</tr>
+ <tr data-hook="position">
+ <th><%= t(:position) %></th>
+ <td>
+ <%= @slide.position %>
+ </td>
+ </tr>
</table>
<p>
<%= link_to_edit @slide, :class => 'edit_slide' %> <%= t(:or) %>
<%= link_to t(:back), collection_url %>