Sha256: 4cc129744bf8ae7b38073813fe4dc1b45bd49dfaa9f83a84229ad68b3991efb8

Contents?: true

Size: 775 Bytes

Versions: 20

Compression:

Stored size: 775 Bytes

Contents

<%- person_collection = @document_fedora.datastreams["descMetadata"].find_by_terms(:person).to_a -%>
<%- person_collection << [] if params[:add_contributor] -%>

<%= render :partial=>"contributors/edit_person", :collection=>person_collection, :locals=>{:af_model => "mods_asset"} %>

<p id="add_author" class="add-multi"><%#= link_to "Add a Person", new_asset_contributor_path(:asset_id=>params[:id], :contributor_type=>"person") %></p>

<%#= render :partial=>"contributors/edit_organization", :collection=>@document_fedora.datastreams_in_memory["descMetadata"].find_by_terms(:organization) %>

<!--<p id="add_organization" class="add-multi"><%#= link_to "Add an Organization", new_asset_contributor_path(:asset_id=>params[:id], :contributor_type=>"organization") %></p>-->

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hydra-head-3.3.0 app/views/contributors/_index.html.erb
hydra-head-3.2.2 app/views/contributors/_index.html.erb
hydra-head-3.2.1 app/views/contributors/_index.html.erb
hydra-head-3.2.0 app/views/contributors/_index.html.erb
hydra-head-3.2.0.pre3 app/views/contributors/_index.html.erb
hydra-head-3.2.0.pre2 app/views/contributors/_index.html.erb
hydra-head-3.2.0.pre1 app/views/contributors/_index.html.erb
hydra-head-3.1.5 app/views/contributors/_index.html.erb
hydra-head-3.1.4 app/views/contributors/_index.html.erb
hydra-head-3.1.3 app/views/contributors/_index.html.erb
hydra-head-3.1.2 app/views/contributors/_index.html.erb
hydra-head-3.1.1 app/views/contributors/_index.html.erb
hydra-head-3.1.0 app/views/contributors/_index.html.erb
hydra-head-3.1.0.rc2 app/views/contributors/_index.html.erb
hydra-head-3.1.0.rc1 app/views/contributors/_index.html.erb
hydra-head-3.1.0.pre5 app/views/contributors/_index.html.erb
hydra-head-3.1.0.pre4 app/views/contributors/_index.html.erb
hydra-head-3.1.0.pre3 app/views/contributors/_index.html.erb
hydra-head-3.1.0.pre2 app/views/contributors/_index.html.erb
hydra-head-3.1.0.pre1 app/views/contributors/_index.html.erb