app/views/admin/themes/edit.html.erb in disguise-0.3.3 vs app/views/admin/themes/edit.html.erb in disguise-0.3.4
- old
+ new
@@ -6,10 +6,10 @@
<h2><%= t('disguise.name_theme') %></h2>
<% if @current_theme -%>
<%= render :partial => 'admin/themes/theme', :object => @current_theme %>
<% form_for @theme, :url => admin_theme_path, :html => { :method => :put } do |f| -%>
<%= f.hidden_field :name, :value => '' %>
- <%= submit_tag t('disguise.remove_all_themes') %>
+ <%= submit_tag t('disguise.remove_all_themes'), :id => 'remove_all_themes', :name => 'remove_all_themes' %>
<% end -%>
<% else -%>
<%= t('disguise.no_current_theme') %>
<% end -%>
<h2><%= t('disguise.activate_theme_message') %></h2>
\ No newline at end of file