Sha256: ea5952e61ac0a587d216cb161f5a505be35b85d3d22582d160821be45c02d317

Contents?: true

Size: 863 Bytes

Versions: 49

Compression:

Stored size: 863 Bytes

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 %>
    <%= f.text_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

49 entries across 49 versions & 1 rubygems

Version Path
blacklight-spotlight-0.30.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.29.1 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.29.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.28.3 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.28.2 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.28.1 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.28.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.27.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.26.1 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.26.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.25.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.24.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.23.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.22.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.21.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.20.3 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.20.2 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.20.1 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.20.0 app/views/spotlight/shared/_report_a_problem.html.erb
blacklight-spotlight-0.19.2 app/views/spotlight/shared/_report_a_problem.html.erb