Sha256: bde828575e5597bf822983d8f221ae7a093609d674060f3bb2faa59f348ff65a

Contents?: true

Size: 1.37 KB

Versions: 59

Compression:

Stored size: 1.37 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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 ui-widget-content">
  <ul>
    <li><%= link_to t('page.new', model: t('activerecord.models.manifestation_relationship')), new_manifestation_relationship_path -%></li>
  </ul>
</div>

Version data entries

59 entries across 58 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.17 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.16 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.15 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.14 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.13 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.12 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.11 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.10 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.9 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.8 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.7 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.6 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestation_relationships/index.html.erb
enju_biblio-0.3.5 app/views/manifestation_relationships/index.html.erb