Sha256: 0d0af138b4c9825222be760c5df1f9055241eaeb959b3b3b710b6fba7fb65104

Contents?: true

Size: 420 Bytes

Versions: 9

Compression:

Stored size: 420 Bytes

Contents

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

  <div class="form-inputs">
    <%= f.input :photo, hint: t('headers.hint.photo') %>
    <%= f.input :name %>
  </div>

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tkh_illustrations-0.9.4 app/views/headers/_form.html.erb
tkh_illustrations-0.9.3 app/views/headers/_form.html.erb
tkh_illustrations-0.9.2 app/views/headers/_form.html.erb
tkh_illustrations-0.9.1 app/views/headers/_form.html.erb
tkh_illustrations-0.2.5 app/views/headers/_form.html.erb
tkh_illustrations-0.9 app/views/headers/_form.html.erb
tkh_illustrations-0.2.4 app/views/headers/_form.html.erb
tkh_illustrations-0.2.3 app/views/headers/_form.html.erb
tkh_illustrations-0.2 app/views/headers/_form.html.erb