Sha256: fde939281561d05dc7260208bf113d1532df854ea4869213d47ff9d9e624fb54

Contents?: true

Size: 1.28 KB

Versions: 12

Compression:

Stored size: 1.28 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::Datastream::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

12 entries across 12 versions & 1 rubygems

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