Sha256: 3a6ab6ff71640da8f3245e9e2b64a75316b54a73eb6a58884fe78d2ce22a300b

Contents?: true

Size: 359 Bytes

Versions: 4

Compression:

Stored size: 359 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'), :id => 'contact_us_contact_submit', :title => t('.submit') } %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
contact_us-0.1.5 app/views/contact_us/contacts/new.html.erb
contact_us-0.1.4 app/views/contact_us/contacts/new.html.erb
contact_us-0.1.3 app/views/contact_us/contacts/new.html.erb
contact_us-0.1.2 app/views/contact_us/contacts/new.html.erb