Sha256: 6cada292a3269c8bd22064775260c537b7925e57575e7d27320016a8c5386e04

Contents?: true

Size: 1.12 KB

Versions: 7

Compression:

Stored size: 1.12 KB

Contents

<div class="container">
  <div class="row">
    <% contact_form ||= Spotlight::ContactForm.new current_url: request.original_url %>
    <%= bootstrap_form_for contact_form, url: spotlight.exhibit_contact_form_path(current_exhibit, contact_form), layout: :horizontal, label_col: 'col-sm-3', control_col: 'col-sm-9', html: { class: 'col-md-offset-2 col-md-8 '} do |f| %>

      <h2><%= t(:'.title') %></h2>
      <%= f.text_field :name %>
      <span style="display:none;visibility:hidden;">
        <% honeypot_field_name = Spotlight::Engine.config.spambot_honeypot_email_field %>
        <%= label_tag(honeypot_field_name, t(:'.honeypot_field_explanation')) %><br/>
        <%= f.email_field honeypot_field_name %>
      </span>
      <%= f.email_field :email %>
      <%= f.text_area :message, rows: 7 %>
      <%= f.hidden_field :current_url %>
      <div class="form-actions">
        <div class="primary-actions">
        <%= link_to t(:'helpers.action.cancel'), '#', class: 'btn btn-link', data: { 'behavior' => 'cancel-link' } %>
        <%= f.submit nil, class: 'btn btn-primary' %>
        </div>
      </div>
    <% end %>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-spotlight-1.3.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-1.2.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-1.1.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-1.0.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-1.0.0.alpha2 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-1.0.0.alpha1 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.34.1 app/views/spotlight/shared/_report_a_problem.html.erb