<% if defined?(EnjuSubject) %>
<%= t('page.subject_and_classification') -%>
- <%= link_to t('activerecord.models.subject'), subjects_path -%>
- <%= link_to t('activerecord.models.subject_type'), subject_types_path -%>
- <%= link_to t('activerecord.models.subject_heading_type'), subject_heading_types_path -%>
- <%= link_to t('activerecord.models.classification'), classifications_path -%>
- <%= link_to t('activerecord.models.classification_type'), classification_types_path -%>
<% end %>
<%= t('page.system') -%>
<% if current_user.has_role?('Administrator') %>
- <%= link_to 'Resque', resque_path %>
<% end %>