Sha256: a54311d7b7dab40de0dca6b713552ee275b60ed1417017f9ec5cfbb0bbe3e0f6

Contents?: true

Size: 411 Bytes

Versions: 3

Compression:

Stored size: 411 Bytes

Contents

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

  <div class="form-inputs">
    <%= f.input :image %>
    <%= f.input :name %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, :class => 'btn btn-primary' %>
    <%= link_to 'Cancel & List Illustrations', illustrations_path, :class => 'btn' %>
  </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_illustrations-0.1 app/views/illustrations/_form.html.erb
tkh_illustrations-0.0.10 app/views/illustrations/_form.html.erb
tkh_illustrations-0.0.9 app/views/illustrations/_form.html.erb