Sha256: 680914ec5fe847eb1a643e01375f1fba05cb22962f10ad1584f786180454599e

Contents?: true

Size: 323 Bytes

Versions: 5

Compression:

Stored size: 323 Bytes

Contents

<h2><%= t('.contact_us') %></h2>
<%= semantic_form_for @contact, :url => contacts_path do |f| %>
  <%= f.input :email, :label => t('.email') %>
  <%= f.input :message, :as => :text, :label => t('.message') %>
  <%= f.commit_button t('.submit'), :button_html => { :alt => t('.submit'), :title => t('.submit') } %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
contact_us-0.1.1 app/views/contact_us/contacts/new.html.erb
contact_us-0.1.0 app/views/contact_us/contacts/new.html.erb
contact_us-0.0.8 app/views/contact_us/contacts/new.html.erb
contact_us-0.0.7 app/views/contact_us/contacts/new.html.erb
contact_us-0.0.6 app/views/contact_us/contacts/new.html.erb