Sha256: d1bc0a5be3abc248ccffb7b6044ea6e58d4520cca89d9247b999c83d35935cd8

Contents?: true

Size: 758 Bytes

Versions: 38

Compression:

Stored size: 758 Bytes

Contents

<% conference = show_conference %>
<% conference_counter = show_conference_counter %>
<% conference_name = get_values_from_datastream(@document_fedora,'descMetadata', [{:conference=>conference_counter}, :namePart]).first %>
<% base_id = "conference_#{conference_counter}" %>
<% unless get_values_from_datastream(@document_fedora,"descMetadata", [{:conference=>conference_counter}, :namePart]).first.empty? %>
  <li id="<%= base_id %>">
    <span class="contributor_role">
      <%= get_values_from_datastream(@document_fedora,"descMetadata", [{:conference=>conference_counter}, :role, :text]) %>
    </span>
    <%= get_values_from_datastream(@document_fedora,"descMetadata", [{:conference=>conference_counter}, :namePart]).first %>        
  </li>
<% end %>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
hydra-head-4.1.3 app/views/contributors/_show_conference.html.erb
hydra-head-4.1.2 app/views/contributors/_show_conference.html.erb
hydra-head-4.1.1 app/views/contributors/_show_conference.html.erb
hydra-head-4.1.0 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.3 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.2 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.1 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.0 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.0.rc6 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.0.rc5 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.0.rc4 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.0.rc3 app/views/contributors/_show_conference.html.erb
hydra-head-4.0.0.rc2 app/views/contributors/_show_conference.html.erb
hydra-head-3.3.0 app/views/contributors/_show_conference.html.erb
hydra-head-3.2.2 app/views/contributors/_show_conference.html.erb
hydra-head-3.2.1 app/views/contributors/_show_conference.html.erb
hydra-head-3.2.0 app/views/contributors/_show_conference.html.erb
hydra-head-3.2.0.pre3 app/views/contributors/_show_conference.html.erb
hydra-head-3.2.0.pre2 app/views/contributors/_show_conference.html.erb
hydra-head-3.2.0.pre1 app/views/contributors/_show_conference.html.erb