Sha256: af1b20d20667b6a19257026bc37da154bd6bda8908e2181baab009054a6607f2
Contents?: true
Size: 677 Bytes
Versions: 1
Compression:
Stored size: 677 Bytes
Contents
<div class="main-header"> <h1>Describe Your Senior Thesis</h1> <p>The more descriptive information you provide the better we can serve your needs.</p> </div> <%= form_for @item, url: mediated.items_path(), as: :item, html: {class: 'editor'} do |f| %> <%= f.label :administrative_collection_id, "Collection" %> <%= f.select :administrative_collection_id, available_collections %> <% f.object.terms_for_editing.each do |term| %> <%= render :partial => "records/edit_field", :locals => {:f =>f, :render_req => true, :key => term } %> <% end %> <p>etc...</p> <div class="actions"> <%= f.submit 'Next', class: 'btn btn-primary' %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hydra_mediated-0.0.1 | app/views/items/new.html.erb |