Sha256: 34ff0ef6e0a53e4c03b83d9fea461bc756d3c2cbdf892cb4d865180068ae6758

Contents?: true

Size: 558 Bytes

Versions: 9

Compression:

Stored size: 558 Bytes

Contents

<%- if manifestation.original_manifestations.first or manifestation.derived_manifestations.first -%>
  <%= render 'manifestations/manifestation_list', :manifestation => manifestation -%>
<%- end -%>
<%- if defined?(EnjuQuestion) -%>
  <%- unless manifestation.questions(:user => current_user).empty? -%>
    <%= render 'manifestations/question_list', :manifestation => manifestation -%>
  <%- end -%>
<%- end -%>
<%- if current_user.try(:has_role?, 'Librarian') -%>
  <%= render 'manifestations/history_list', :manifestation => manifestation -%>
<%- end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_biblio-0.0.9 app/views/manifestations/_tab_list.html.erb
enju_biblio-0.0.8 app/views/manifestations/_tab_list.html.erb
enju_biblio-0.0.7 app/views/manifestations/_tab_list.html.erb
enju_biblio-0.0.6 app/views/manifestations/_tab_list.html.erb
enju_biblio-0.0.5 app/views/manifestations/_tab_list.html.erb
enju_biblio-0.0.4 app/views/manifestations/_tab_list.html.erb
enju_biblio-0.0.3 app/views/manifestations/_tab_list.html.erb
enju_biblio-0.0.2 app/views/manifestations/_tab_list.html.erb
enju_biblio-0.0.1 app/views/manifestations/_tab_list.html.erb