Sha256: 70f10f306fb5c83c8a28e671a428bd936ac097f761b4b76abbcc8f55f80a4d29

Contents?: true

Size: 401 Bytes

Versions: 7

Compression:

Stored size: 401 Bytes

Contents

<%= error_messages_for :theme -%>

<% form_for [:admin, @theme], :url => @url_override || @url,
                              :html => {:multipart => true} do |f| -%>
  <div class='field'>
    <%= f.label :uploaded_data, 'Theme' -%>
    <%= f.file_field :uploaded_data -%>
  </div>

  <%= render :partial => "/shared/admin/form_actions", :locals => {:f => f, :continue_editing => false} %>
<% end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
refinerycms-0.9.6.12 vendor/plugins/themes/app/views/admin/themes/_form.html.erb
refinerycms-0.9.6.11 vendor/plugins/themes/app/views/admin/themes/_form.html.erb
refinerycms-0.9.6.10 vendor/plugins/themes/app/views/admin/themes/_form.html.erb
refinerycms-0.9.6.9 vendor/plugins/themes/app/views/admin/themes/_form.html.erb
refinerycms-0.9.6.8 vendor/plugins/themes/app/views/admin/themes/_form.html.erb
refinerycms-0.9.6.7 vendor/plugins/themes/app/views/admin/themes/_form.html.erb
refinerycms-0.9.6.6 vendor/plugins/themes/app/views/admin/themes/_form.html.erb