app/views/alchemy/admin/pictures/_form.html.erb in alchemy_cms-4.1.0.rc1 vs app/views/alchemy/admin/pictures/_form.html.erb in alchemy_cms-4.1.0

- old
+ new

@@ -1,6 +1,5 @@ <%= alchemy_form_for [:admin, @picture] do |f| %> - <h2><%= Alchemy.t('Edit image') %></h2> <%= f.input :name %> <div class="input tag_list"> <%= f.label :tag_list %> <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f %> <small class="hint"><%= Alchemy.t('Please seperate the tags with commata') %></small>