Sha256: 241431ac4517bf1e7788cdecbb58a317f0e0cfc79b21f6d7c60fc6b37ebae14c
Contents?: true
Size: 500 Bytes
Versions: 9
Compression:
Stored size: 500 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, :value => t('.submit'), :alt => t('.submit'), :id => 'contact_us_contact_submit', :title => t('.submit') %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems