Sha256: d95f70ab02ef6f6c631ba52852900e2203c23a9bf9ae88e4a24b147aebe8156c
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
<div class="theme-block"> <% form_for @theme, :url => admin_theme_path, :html => { :method => :put } do |f| -%> <%= f.hidden_field :current, :value => theme[:name] %> <%= image_submit_tag theme[:preview_image] %> <%= theme[:description] %> <% end -%> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
disguise-0.1.2 | app/views/admin/themes/_theme.html.erb |
disguise-0.1.3 | app/views/admin/themes/_theme.html.erb |