Sha256: 5b96531fa3ac029ff5383b2ff393674cca57478b9eb471a5f02cabab43d29d8f

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 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, :class => 'btn btn-primary', label: 'send your message' %>
  </div>

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

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