app/views/admin/uploads/_form.html.erb in spree_essentials-0.1.0.pre vs app/views/admin/uploads/_form.html.erb in spree_essentials-0.1.0
- old
+ new
@@ -2,7 +2,7 @@
<%= form.label :attachment %>:<br/>
<%= form.file_field :attachment %>
</p>
<p>
<%= form.label :alt, t('description') %>:<br/>
- <%= form.text_field :alt %>
+ <%= form.text_field :alt, :class => 'text' %>
</p>