Sha256: 11151d21f1bdd2bd220ba21dff4794ec6294b4a9e0570f6db2d301afd4881acc

Contents?: true

Size: 1.35 KB

Versions: 50

Compression:

Stored size: 1.35 KB

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.manifestation_relationship')) -%></h1>
<div id="content_list">

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.attributes.manifestation_relationship.parent_id') -%>:</th>
    <th><%= t('activerecord.attributes.manifestation_relationship.child_id') -%>:</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @manifestation_relationships.each do |manifestation_relationship| %>
  <tr>
    <td><%= link_to manifestation_relationship.parent.original_title, manifestation_relationship.parent %></td>
    <td><%= link_to manifestation_relationship.child.original_title, manifestation_relationship.child %></td>
    <td><%= link_to t('page.show'), manifestation_relationship %></td>
    <td><%= link_to t('page.edit'), edit_manifestation_relationship_path(manifestation_relationship) %></td>
    <td><%= link_to t('page.destroy'), manifestation_relationship, :data => {:confirm => t('page.are_you_sure')}, :method => :delete %></td>
  </tr>
<% end %>
</table>

<%= paginate(@manifestation_relationships) %>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.new', :model => t('activerecord.models.manifestation_relationship')), new_manifestation_relationship_path -%></li>
  </ul>
</div>

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre52 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre51 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre50 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre49 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre48 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre47 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre46 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre45 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre44 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre43 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre42 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre41 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre40 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre39 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre38 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre37 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre36 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre35 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre34 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.1.0.pre33 app/views/manifestation_relationships/index.html.erb