Sha256: 6e5ce26092d08aa9e06660c6dd2794c18a7a1cf595ae52032aa6dfd79e09c5af

Contents?: true

Size: 787 Bytes

Versions: 13

Compression:

Stored size: 787 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_hydra_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_hydra_asset_contributor_path(:asset_id=>params[:id], :contributor_type=>"organization") %></p>-->

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hydra-head-4.1.3 app/views/contributors/_index.html.erb
hydra-head-4.1.2 app/views/contributors/_index.html.erb
hydra-head-4.1.1 app/views/contributors/_index.html.erb
hydra-head-4.1.0 app/views/contributors/_index.html.erb
hydra-head-4.0.3 app/views/contributors/_index.html.erb
hydra-head-4.0.2 app/views/contributors/_index.html.erb
hydra-head-4.0.1 app/views/contributors/_index.html.erb
hydra-head-4.0.0 app/views/contributors/_index.html.erb
hydra-head-4.0.0.rc6 app/views/contributors/_index.html.erb
hydra-head-4.0.0.rc5 app/views/contributors/_index.html.erb
hydra-head-4.0.0.rc4 app/views/contributors/_index.html.erb
hydra-head-4.0.0.rc3 app/views/contributors/_index.html.erb
hydra-head-4.0.0.rc2 app/views/contributors/_index.html.erb