<% if @theme_options.blank? %>
<%= t("views.admin.themes.no_themes") %>
<% else %>

 

<%= form_tag(admin_themes_path) do %> <% @theme_options.each do |theme| %> <% end %>
  <%= t("views.admin.themes.index.theme") %>  
<%= theme['name'] %> <% if theme['foldername'] != @current %> <%= link_to "/admin/themes/#{theme['foldername']}", method: :delete, data: { confirm: t("views.admin.generic.confirm") }, :class => 'btn btn-xs btn-danger pull-right' do %> <% end %> <% end %>

<% end %>
<% end %>