Sha256: 54770f73ec065bb1ca788b9fb9f5e124c48c957184f7d4bf3f5fea1304d4ae08

Contents?: true

Size: 775 Bytes

Versions: 22

Compression:

Stored size: 775 Bytes

Contents

<h1>Send Us Feedback</h1>

<% unless @errors.empty? %>
  <strong>Please fix the following form errors:</strong>
  <ul class="errors">
  <% @errors.each do |msg| %>
    <li><%= msg %></li>
  <% end %>
  </ul>
<% end %>

<%= form_tag do %>
  <fieldset>
    <div class="row"><%= label_tag 'Your Name' %> <%= text_field_tag :name, params[:name] %></div>
    <div class="row"><%= label_tag 'Your Email' %> <%= text_field_tag :email, params[:email] %></div>
    <div class="row"><%= label_tag 'Your Message' %> <%= text_area_tag :message, params[:message] %></div>
    <%#= show_simple_captcha(:image_style => 'random', :label => "Enter the characters you see into the text field") %>
    <div class="row"><%= label_tag '' %><%= submit_tag 'Send!' %></div>
  </fieldset>
<% end %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
blacklight-3.4.2 app/views/feedback/show.html.erb
blacklight-3.4.1 app/views/feedback/show.html.erb
blacklight-3.4.0 app/views/feedback/show.html.erb
blacklight-3.3.2 app/views/feedback/show.html.erb
blacklight-3.3.1 app/views/feedback/show.html.erb
blacklight-3.3.0 app/views/feedback/show.html.erb
blacklight-3.2.2 app/views/feedback/show.html.erb
blacklight-3.2.1 app/views/feedback/show.html.erb
blacklight-3.2.0 app/views/feedback/show.html.erb
blacklight-3.2.0pre2 app/views/feedback/show.html.erb
blacklight-3.2.0pre1 app/views/feedback/show.html.erb
blacklight-3.1.2 app/views/feedback/show.html.erb
blacklight-3.1.1 app/views/feedback/show.html.erb
blacklight-3.1.0 app/views/feedback/show.html.erb
blacklight-3.0.0 app/views/feedback/show.html.erb
blacklight-3.0.0pre8 app/views/feedback/show.html.erb
blacklight-3.0.0pre7 app/views/feedback/show.html.erb
blacklight-3.0.0pre6 app/views/feedback/show.html.erb
blacklight-3.0.0pre4 app/views/feedback/show.html.erb
blacklight-3.0.0pre3 app/views/feedback/show.html.erb