Sha256: 7d815889ef176769af9f89cc98deb7e180c676aa1c1388f8c8dafc026205ed87
Contents?: true
Size: 571 Bytes
Versions: 1
Compression:
Stored size: 571 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 :website, :label => t('.website') %> <%= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contact_us_website-0.4.4.beta | app/views/contact_us/contacts/new_simple_form.html.erb |