Sha256: f99952afd6d51d2b5cb3c0592ad402bbad06e71d9257d3209417dd135b836eee
Contents?: true
Size: 466 Bytes
Versions: 2
Compression:
Stored size: 466 Bytes
Contents
<div id="content" class="col-md-9"> <%= bootstrap_form_for @contact_form, url: spotlight.contact_form_path(@contact_form), style: :horizontal, right: "col-sm-5" do |f| %> <div class="row"> <h1><%= t :'spotlight.contact_form.header' %></h1> </div> <div class="row"> <%= f.text_field :name %> <%= f.text_field :email %> <%= f.text_area :message, rows: 7 %> <%= f.hidden_field :current_url %> <%= f.submit nil %> </div> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.0.2 | app/views/spotlight/contact_forms/new.html.erb |
blacklight-spotlight-0.0.1 | app/views/spotlight/contact_forms/new.html.erb |