Sha256: 88c699c8888ed03e5ab89b2233f776a6d3120e4fa112bae1b94c19941b0364f9
Contents?: true
Size: 329 Bytes
Versions: 11
Compression:
Stored size: 329 Bytes
Contents
<%= simple_form_for(@export_file) do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :export_file_name %> <%= f.input :export_content_type %> <%= f.input :export_file_size %> <%= f.input :state %> </div> <div class="form-actions"> <%= f.button :submit %> </div> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems