Sha256: fc5b10c3ce9fbe11ed6849f5a675ccc80ea6807c7bd99be1ce6a1e0d6c792f79
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
<%= simple_form_for @illustration, :html => { multipart: true } do |f| %> <%= f.error_notification %> <%= f.input :image, label: t('activerecord.attributes.illustration.image') %> <%= f.input :name, label: t('activerecord.attributes.illustration.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/illustrations/_form.html.erb |
tkh_illustrations-0.9.5 | app/views/illustrations/_form.html.erb |