Sha256: bbff9c1eaa74e2655178d7441ca66bcdbdb0dd9c4801b22b6305a5cedbfc256b
Contents?: true
Size: 561 Bytes
Versions: 1
Compression:
Stored size: 561 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: t('activerecord.attributes.contacts.sender_name') %> <%= f.input :sender_email, label: t('activerecord.attributes.contacts.sender_email') %> <%= f.input :body, label: t('activerecord.attributes.contacts.body'), :input_html => { :rows => 10 } %> </div> <div class="form-actions"> <%= f.button :submit, 'send your message', :class => 'btn btn-primary' %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tkh_content-0.1.11 | app/views/contacts/_form.html.erb |