Sha256: 9a69f61f9efe4a469be7780b987eb05fb1b1580a5edc10ad798d33cde478e182

Contents?: true

Size: 698 Bytes

Versions: 27

Compression:

Stored size: 698 Bytes

Contents

<%= form_for(@attachment) do |f| %>
  <% if @attachment.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@attachment.errors.count, "error") %> prohibited this attachment from being saved:</h2>

      <ul>
      <% @attachment.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

  <div class="field">
    <%= f.label :name %><br>
    <%= f.text_field :name %>
  </div>
  <div class="field">
    <%= f.label :file %><br>
    <%= f.text_field :file %>
  </div>
  <div class="field">
    <%= f.label :uid %><br>
    <%= f.text_field :uid %>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
blacklight-spotlight-0.13.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.12.1 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.12.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.11.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.10.3 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.10.2 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.10.1 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.10.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.9.2 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.9.1 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.9.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.8.2 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.8.1 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.8.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.7.2 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.7.1 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.7.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.6.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.5.0 app/views/spotlight/attachments/_form.html.erb
blacklight-spotlight-0.4.1 app/views/spotlight/attachments/_form.html.erb