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