Sha256: 3eb667c077794040d5bf8bf4646987ff4e614c83b79f531fde88e8d73e155cba

Contents?: true

Size: 498 Bytes

Versions: 7

Compression:

Stored size: 498 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 :website, label: 'website' %>
		<%= 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

7 entries across 7 versions & 1 rubygems

Version Path
tkh_mailing_list-0.12 app/views/contacts/_form.html.erb
tkh_mailing_list-0.11.3 app/views/contacts/_form.html.erb
tkh_mailing_list-0.11.2 app/views/contacts/_form.html.erb
tkh_mailing_list-0.11.1.1 app/views/contacts/_form.html.erb
tkh_mailing_list-0.11.1 app/views/contacts/_form.html.erb
tkh_mailing_list-0.11 app/views/contacts/_form.html.erb
tkh_mailing_list-0.10.10 app/views/contacts/_form.html.erb