Sha256: 67624f7b18d0cbbbb19c5b20f9cb2e12d70857fb051362aa08c3130d664354da
Contents?: true
Size: 537 Bytes
Versions: 1
Compression:
Stored size: 537 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: "Ideally all header photos should have the following characteristics: 72 dpi; a width of at least 1,170 pixels; a ratio of 1170X273" %> <%= f.input :name %> </div> <div class="form-actions"> <%= f.button :submit, :class => 'btn btn-primary' %> <%= link_to 'Cancel & Show all Headers', headers_path, :class => 'btn' %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tkh_illustrations-0.1 | app/views/headers/_form.html.erb |