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

<%= notice %>

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

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

<%- if @subject.subject_heading_type -%>

<%= link_to @subject.subject_heading_type.display_name.localize, @subject.subject_heading_type -%>

<%- end -%>

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

<% if false %> <%= render 'subjects/show_work_list' -%> <% end %>
<% if false %> <%- @subject.classifications.each do |classification| -%> "> <%- end -%> <%- 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 -%>