Sha256: 8388ffe176a3b2ad0d2b602889a2b9192431121462151fea35b3ee0cdac635c4
Contents?: true
Size: 864 Bytes
Versions: 10
Compression:
Stored size: 864 Bytes
Contents
<h1><%= t('disguise.set_theme') %></h1> <div id="current-theme"> <% if DomainTheme.use_domain_themes? -%> <h2><%= t('disguise.use_domain_themes') %></h2> <% else -%> <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'), :id => 'remove_all_themes', :name => 'remove_all_themes' %> <% end -%> <% else -%> <%= t('disguise.no_current_theme') %> <% end -%> <h2><%= t('disguise.activate_theme_message') %></h2> <% end -%> </div> <%= error_messages_for :theme %> <%= render :partial => 'admin/themes/theme', :collection => @themes %>
Version data entries
10 entries across 10 versions & 1 rubygems