Sha256: 0dc99d31c889155dd01f361f00f24a3823b8c0cee4c557ca6bf8114615e05cb1
Contents?: true
Size: 557 Bytes
Versions: 55
Compression:
Stored size: 557 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
55 entries across 55 versions & 2 rubygems