Sha256: a15c5d6de6a6446033adeb293b51af540c8bf915f3cfed0adec2d0047613b2ae

Contents?: true

Size: 518 Bytes

Versions: 6

Compression:

Stored size: 518 Bytes

Contents

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

  <div class="form-inputs">
    <%= f.input :image, label: t('activerecord.attributes.illustration.image') %>
    <%= f.input :name, label: t('activerecord.attributes.illustration.name') %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, :class => 'btn btn-primary' %>
    <%= link_to t('illustrations.cancel'), illustrations_path, :class => 'btn' %>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tkh_illustrations-0.9.1 app/views/illustrations/_form.html.erb
tkh_illustrations-0.2.5 app/views/illustrations/_form.html.erb
tkh_illustrations-0.9 app/views/illustrations/_form.html.erb
tkh_illustrations-0.2.4 app/views/illustrations/_form.html.erb
tkh_illustrations-0.2.3 app/views/illustrations/_form.html.erb
tkh_illustrations-0.2 app/views/illustrations/_form.html.erb