Sha256: c15935b6e596d4ab0208743e83e5c98affa847fe6373360defca52ad9528410b

Contents?: true

Size: 520 Bytes

Versions: 2

Compression:

Stored size: 520 Bytes

Contents

<h2><%= t('.contact_us') %></h2>
<%= simple_form_for @contact, :url => contacts_path do |f| %>
  <%= f.input :name, :label => t('.name') if ContactUs.require_name %>
  <%= f.input :email, :label => t('.email') %>
  <%= f.input :subject, :label => t('.subject') if ContactUs.require_subject %>
  <%= f.input :message, :as => :text, :label => t('.message') %>
  <%= f.button :submit, :label => t('.submit'), :button_html => { :alt => t('.submit'), :id => 'contact_us_contact_submit', :title => t('.submit') } %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
contact_us-0.4.0 app/views/contact_us/contacts/new_simple_form.html.erb
contact_us-0.4.0.beta app/views/contact_us/contacts/new_simple_form.html.erb