app/views/subjects/show.html.erb in enju_subject-0.1.0.pre26 vs app/views/subjects/show.html.erb in enju_subject-0.1.0.pre27
- old
+ new
@@ -12,9 +12,14 @@
<strong><%= t('activerecord.models.subject_heading_type') -%>:</strong>
<%= link_to @subject.subject_heading_type.display_name.localize, @subject.subject_heading_type -%>
</p>
<p>
+ <strong><%= t('activerecord.models.subject_type') -%>:</strong>
+ <%= link_to @subject.subject_type.display_name.localize, @subject.subject_type -%>
+ </p>
+
+ <p>
<strong><%= t('activerecord.attributes.subject.term_transcription') -%>:</strong>
<%= @subject.term_transcription -%>
</p>
<p>