Sha256: 7222e17b87a70b62ef798a329ee73d8cd301e0953e4192bfec69bd7bd9b7300d
Contents?: true
Size: 425 Bytes
Versions: 2
Compression:
Stored size: 425 Bytes
Contents
<%= site_form_for( @contact, :url => [:site, :contact] ) do |f| %> <%= f.inputs do %> <%= f.input :first_name %> <%= f.input :email %> <%= f.input :text %> <%= f.input :agreed_to_privacy %> <% end %> <div> <input name="commit" type="submit" value="<%= t('contacts.send', :default => 'Send') %>" class="contact-submit btn btn-primary"> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems