Sha256: 9506f98c5eae027279eace39d5e2e06131b30b98f04a011da29b4309f8688a56

Contents?: true

Size: 452 Bytes

Versions: 9

Compression:

Stored size: 452 Bytes

Contents

<%= simple_form_for Contact.new do |f| %>
	<%= f.error_notification %>

		<%= 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 } %>

    <%= f.button :submit, t('contacts.send_message'), :class => 'btn btn-primary' %>
<% end %>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
tkh_mailing_list-0.10.9.1 app/views/contacts/_form.html.erb
tkh_mailing_list-0.10.9 app/views/contacts/_form.html.erb
tkh_content-0.10.3 app/views/contacts/_form.html.erb
tkh_content-0.10.2 app/views/contacts/_form.html.erb
tkh_content-0.10.1 app/views/contacts/_form.html.erb
tkh_content-0.10 app/views/contacts/_form.html.erb
tkh_content-0.9.20 app/views/contacts/_form.html.erb
tkh_content-0.9.19 app/views/contacts/_form.html.erb
tkh_content-0.9.18 app/views/contacts/_form.html.erb