Sha256: faa24f754f6c71e5468d8d51042050d3f05610161bb6a3f2e1aa58c1f440c581
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 KB
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.listing', :model => t('activerecord.models.subject_heading_type_has_subject')) -%></h1> <div id="content_list"> <table class="table table-striped index"> <tr> <th><%= t('activerecord.models.subject') -%></th> <th><%= t('activerecord.models.subject_heading_type') -%></th> </tr> <%- @subject_heading_type_has_subjects.each do |subject_heading_type_has_subject| %> <tr class="line<%= cycle("0", "1") -%>"> <td><%= link_to subject_heading_type_has_subject.subject.term, subject_heading_type_has_subject.subject %></td> <td><%= link_to subject_heading_type_has_subject.subject_heading_type.display_name.localize, subject_heading_type_has_subject.subject_heading_type %></td> <td><%= link_to t('page.show'), subject_heading_type_has_subject %></td> <td><%= link_to t('page.edit'), edit_subject_heading_type_has_subject_path(subject_heading_type_has_subject) %></td> <td><%= link_to t('page.destroy'), subject_heading_type_has_subject, :data => {:confirm => t('page.are_you_sure')}, :method => :delete %></td> </tr> <%- end %> </table> <%= will_paginate(@subject_heading_type_has_subjects) -%> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.new', :model => t('activerecord.models.subject_heading_type_has_subject')), new_subject_heading_type_has_subject_path %></li> </ul> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_subject-0.0.18 | app/views/subject_heading_type_has_subjects/index.html.erb |
enju_subject-0.0.17 | app/views/subject_heading_type_has_subjects/index.html.erb |