Sha256: f0fe3edc30d6025bee26949fe93970fa45ad3f520c7c723d81ad29d4f181cffb

Contents?: true

Size: 1.12 KB

Versions: 7

Compression:

Stored size: 1.12 KB

Contents

<div id="report-problem-form">
<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>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-spotlight-0.34.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.33.3 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.33.2 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.33.1 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.33.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.32.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.31.0 app/views/spotlight/shared/_report_a_problem.html.erb