Sha256: 858df67303076e98457a3723939f1a7013879d50b345b710b1f982422b05ff3e

Contents?: true

Size: 540 Bytes

Versions: 2

Compression:

Stored size: 540 Bytes

Contents

<h1><%= t('disguise.set_theme') %></h1>

<h2><%= t('disguise.current_theme') %></h2>
<div id="current-theme">
  <% if @current_theme -%>
    <%= render :partial => 'admin/themes/theme', :object => @current_theme %>
    TODO add code to remove all themes so that the application uses the default app layout.
  <% else -%>
    <%= t('disguise.no_current_theme') %>
  <% end -%>
</div>

<h2><%= t('disguise.activate_theme_message') %></h2>
<%= error_messages_for :theme %>
<%= render :partial => 'admin/themes/theme', :collection => @themes %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
disguise-0.1.2 app/views/admin/themes/edit.html.erb
disguise-0.1.3 app/views/admin/themes/edit.html.erb