Sha256: a83baddf2e1dd51940c07360ef514db43188acd7cbf2ca4ce9cdea03e5ce9536

Contents?: true

Size: 1.23 KB

Versions: 29

Compression:

Stored size: 1.23 KB

Contents

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

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

<% @patron_relationships.each do |patron_relationship| %>
  <tr>
    <td><%= link_to patron_relationship.parent.full_name, patron_relationship.parent %></td>
    <td><%= link_to patron_relationship.child.full_name, patron_relationship.child %></td>
    <td><%= link_to t('page.show'), patron_relationship %></td>
    <td><%= link_to t('page.edit'), edit_patron_relationship_path(patron_relationship) %></td>
    <td><%= link_to t('page.destroy'), patron_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.patron_relationship')), new_patron_relationship_path -%></li>
  </ul>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre31 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre30 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre29 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre28 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre27 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre26 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre25 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre24 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre23 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre22 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre21 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre20 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre19 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre18 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre17 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre16 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre15 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre14 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre13 app/views/patron_relationships/index.html.erb
enju_biblio-0.1.0.pre12 app/views/patron_relationships/index.html.erb