Sha256: 759295029ad0176ccab7f3299466a4df8d9d038fd93fa56411614c189a4117f8

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

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

    <%= f.input :photo, hint: t('headers.hint.photo') %>
    <%= f.input :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/headers/_form.html.erb
tkh_illustrations-0.9.5 app/views/headers/_form.html.erb