Sha256: 28985f97596db9f9fcc508e933a6aff52a90f54bf7750bc3fde37a11724bbcfc

Contents?: true

Size: 270 Bytes

Versions: 2

Compression:

Stored size: 270 Bytes

Contents

<%= simple_form_for @download, :html => { multipart: true } do |f| %>
  <%= f.error_notification %>

    <%= f.input :thing, label: 'select document or asset' %>
    <%= f.input :name, label: 'name' %>

    <%= f.button :submit, :class => 'btn btn-primary' %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

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