Sha256: 4278221bee459de000316f27c124f029f1fd34bd1703706549cd6c90a55cd5a6

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

<%= simple_form_for Contact.new, :html => { class: 'form-horizontal' } do |f| %>
	<%= f.error_notification %>
	
  <div class="form-inputs">
		<%= f.input :sender_name %>
		<%= f.input :sender_email %>
		<%= f.input :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

2 entries across 2 versions & 1 rubygems

Version Path
tkh_content-0.1.9.2 app/views/contacts/_form.html.erb
tkh_content-0.1.9.1 app/views/contacts/_form.html.erb