Sha256: 7c3077f9cf50c20a54eac5ce4279f8ff2756f4613c3d15efb47695951a2ed517
Contents?: true
Size: 573 Bytes
Versions: 1
Compression:
Stored size: 573 Bytes
Contents
<h2><%= t('.contact_us') %></h2> <%= semantic_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.action :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_formtastic.html.erb |