Sha256: ad53b9eed6327d8c8e4db62f545ac508039d99cabf819870cc0bae2f1a9350d0
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
<% organization = show_organization %> <% organization_counter = show_organization_counter %> <% organization_name = get_values_from_datastream(@document_fedora,'descMetadata', [{:organization=>organization_counter}, :namePart]).first %> <% base_id = "organization_#{organization_counter}" %> <% if @document_fedora.class.respond_to?(:organization_relator_terms) %> <% choices = @document_fedora.class.organization_relator_terms %> <% else %> <% choices = Hydra::ModsArticle.organization_relator_terms %> <% end %> <% unless get_values_from_datastream(@document_fedora,"descMetadata", [{:organization => organization_counter}, :namePart]).first.empty? %> <li id="<%= base_id %>"> <span class="contributor_role"> <%= get_values_from_datastream(@document_fedora,"descMetadata", [{:organization => organization_counter}, :role, :text]) %> </span> <%= get_values_from_datastream(@document_fedora,"descMetadata", [{:organization => organization_counter}, :namePart]).first %> <% if (params[:action] == "edit" && !organization_name.empty?) %> <a class="destructive destroy_contributor" href="<%= hydra_asset_contributor_path(@document_fedora.pid, "organization", organization_counter) %>" title="Delete '<%= organization_name %>">Delete</a> <% end %> </li> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hydra-head-4.0.0.rc2 | app/views/contributors/_show_organization.html.erb |