Sha256: f4c60f5d32fd8acfe7192ed9df667152b0b90dc20696f53a4f1c6a93a993bed0
Contents?: true
Size: 522 Bytes
Versions: 14
Compression:
Stored size: 522 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 :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
14 entries across 14 versions & 1 rubygems