Sha256: 9439395130867e3f2b8071386278883645ba66ec68d7e3ac8f89045bba33c2d8

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

<%= simple_form_for @download, :html => { multipart: true, class: 'form-horizontal' } do |f| %>
  <%= f.error_notification %>

    <%= f.input :thing, label: 'select document or asset' %><br />
    <%= f.input :name, label: 'name' %><br />
    <%= f.button :submit, :class => 'btn btn-primary' %>

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tkh_illustrations-0.9.4 app/views/downloads/_form.html.erb