Sha256: c6c3e79f92d06c7fc67f8376cba4e75f28cbd254b5ca1d31a379c78639dad994

Contents?: true

Size: 567 Bytes

Versions: 15

Compression:

Stored size: 567 Bytes

Contents

<%= simple_form_for([:admin, @document, @document_download]) do |f| %>
  <%= f.error_notification %>
  <%= f.error_notification message: f.object.errors[:base].to_sentence if f.object.errors[:base].present? %>

  <div class="form-inputs">
    <%= f.input :friendlier_id, input_html: { value: @document.friendlier_id, readonly: true } %>
    <%= f.input :label, autofocus: true %>
    <%= f.input :value, label: 'Download URL' %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, 'Create Download URL', {class: 'btn btn-primary'} %>
  </div>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
geoblacklight_admin-0.7.0 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.6.3 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.6.2 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.6.1 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.6.0 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.5.1 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.5.0 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.4.2 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.4.1 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.4.0 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.3.2 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.3.1 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.3.0 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.2.1 app/views/admin/document_downloads/_form.html.erb
geoblacklight_admin-0.1.0 app/views/admin/document_downloads/_form.html.erb