app/views/subjects/show.html.erb in enju_subject-0.3.4 vs app/views/subjects/show.html.erb in enju_subject-0.4.0.beta.1

- old
+ new

@@ -8,15 +8,15 @@ <%= @subject.term -%> </h2> <p> <strong><%= t('activerecord.models.subject_heading_type') -%>:</strong> - <%= link_to @subject.subject_heading_type.display_name.localize, @subject.subject_heading_type -%> + <%= link_to @subject.subject_heading_type.display_name, @subject.subject_heading_type -%> </p> <p> <strong><%= t('activerecord.models.subject_type') -%>:</strong> - <%= link_to @subject.subject_type.display_name.localize, @subject.subject_type -%> + <%= link_to @subject.subject_type.display_name, @subject.subject_type -%> </p> <p> <strong><%= t('activerecord.attributes.subject.term_transcription') -%>:</strong> <%= @subject.term_transcription -%>