Sha256: 238aaf001a7885ea3248401f60b524913d22f2f4a51acaf16edbd8c32cfda72b
Contents?: true
Size: 916 Bytes
Versions: 28
Compression:
Stored size: 916 Bytes
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.work_has_subject')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.work_has_subject.work') -%>:</strong> <!-- TODO: Manifestation以外 --> <%= link_to @work_has_subject.work.original_title, @work_has_subject.work if @work_has_subject.work -%> </p> <p> <strong><%= t('activerecord.attributes.work_has_subject.subject') -%>:</strong> <%= link_to @work_has_subject.subject.term, @work_has_subject.subject -%> </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.listing', :model => t('activerecord.models.work_has_subject')), work_has_subjects_path -%></li> <li><%= link_to t('page.listing', :model => t('activerecord.models.subject')), subjects_path -%></li> </ul> </div>
Version data entries
28 entries across 28 versions & 2 rubygems