Sha256: b8c2dd4f2905ccbd62b8b4e38106871a67d212c40fd41d3b3d68c411821dc52c

Contents?: true

Size: 416 Bytes

Versions: 13

Compression:

Stored size: 416 Bytes

Contents

<h1>Email This</h1>
<%= form_tag url_for(:controller => "catalog", :action => "email"), :id => 'email_form', :method => :post do %>
  <%= label_tag(:to, "Email:") %><br/>
  <%= text_field_tag :to %><br/>
  <%= label_tag(:message, "Message:") %><br/>
  <%= text_area_tag :message %><br/>
  <% @documents.each do |doc| %>
    <%=hidden_field_tag "id[]", doc.get(:id)%>
  <% end %>
  <%= submit_tag "Send" %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
curate-0.6.6 app/views/catalog/_email_form.html.erb
curate-0.6.5 app/views/catalog/_email_form.html.erb
curate-0.6.4 app/views/catalog/_email_form.html.erb
curate-0.6.3 app/views/catalog/_email_form.html.erb
curate-0.6.1 app/views/catalog/_email_form.html.erb
curate-0.6.0 app/views/catalog/_email_form.html.erb
curate-0.5.6 app/views/catalog/_email_form.html.erb
curate-0.5.5 app/views/catalog/_email_form.html.erb
curate-0.5.4 app/views/catalog/_email_form.html.erb
curate-0.5.2 app/views/catalog/_email_form.html.erb
curate-0.5.1 app/views/catalog/_email_form.html.erb
curate-0.5.0 app/views/catalog/_email_form.html.erb
curate-0.4.2 app/views/catalog/_email_form.html.erb