Sha256: 63801115919b496ac548cfbf821cc0736b1810528a554407f737ffd2a9740a94

Contents?: true

Size: 785 Bytes

Versions: 5

Compression:

Stored size: 785 Bytes

Contents

<%- person_collection = @document_fedora.datastreams_in_memory["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

5 entries across 5 versions & 1 rubygems

Version Path
hydra-head-3.0.1 app/views/contributors/_index.html.erb
hydra-head-3.0.0 app/views/contributors/_index.html.erb
hydra-head-3.0.0.rc2 app/views/contributors/_index.html.erb
hydra-head-3.0.0.rc1 app/views/contributors/_index.html.erb
hydra-head-3.0.0pre4 app/views/contributors/_index.html.erb