Sha256: 2e5ef5757c8e0375a21eb1e28e2de1fe98ea24e49ecc3f22643f2ad6a97f1258
Contents?: true
Size: 385 Bytes
Versions: 8
Compression:
Stored size: 385 Bytes
Contents
<%= simple_form_for @illustration, :html => { multipart: true } 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
8 entries across 8 versions & 1 rubygems