<%= t('page.showing', :model => t('activerecord.models.subject')) -%>

<%= notice %>

[S] <%= @subject.term -%>

(<%= link_to_wikipedia(@subject.term) -%>)

<%- @subject.subject_heading_types.uniq.each do |subject_heading_type| -%> <%= link_to subject_heading_type.display_name.localize, subject_heading_type -%> <%- end -%>

<%= t('activerecord.attributes.subject.term_transcription') -%>: <%= @subject.term_transcription -%>

<%= render 'subjects/show_work_list' -%> <%- cache(:controller => :subjects, :action => :show, :id => @subject.id, :page => 'detail', :role => current_user_role_name, :locale => @locale, :subject_id => nil) do -%>
<%- @subject.classifications.each do |classification| -%> "> <%- end -%>
<%= t('activerecord.attributes.classification.category') -%> <%= t('activerecord.models.classification_type') -%>
<%= link_to classification.category, classification -%> <%= link_to classification.classification_type.name, classification.classification_type -%>

<%= t('activerecord.attributes.subject.note') -%>: <%= @subject.note -%>

<%- end -%>