Sha256: c58b32f4ede34307f5df72804009093c0f27b31dab5cf0173ffc93b30ea3d4a7
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
<%= simple_form_for Contact.new, :html => { class: 'form-horizontal' } do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :sender_name, label: 'your name' %> <%= f.input :sender_email, label: 'your email' %> <%= f.input :body, label: 'your message', :input_html => { :rows => 10 } %> </div> <div class="form-actions"> <%= f.button :submit, 'send your message', :class => 'btn btn-primary' %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tkh_content-0.1.10 | app/views/contacts/_form.html.erb |
tkh_content-0.1.9.3 | app/views/contacts/_form.html.erb |