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