Sha256: 252a947490462add111c8d3300a0b03e4eb22ecca0b8490cd613eeb2728793ac

Contents?: true

Size: 1.31 KB

Versions: 6

Compression:

Stored size: 1.31 KB

Contents

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

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.models.series_statement') -%></th>
    <th><%= t('activerecord.models.manifestation') -%></th>
    <th></th>
  </tr>

<% @series_has_manifestations.each do |series_has_manifestation| %>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= link_to series_has_manifestation.series_statement.original_title, series_has_manifestation.series_statement %></td>
    <td><%= link_to series_has_manifestation.manifestation.original_title, series_has_manifestation.manifestation %></td>
    <td>
      <%= link_to t('page.show'), series_has_manifestation %>
      <%= link_to t('page.edit'), edit_series_has_manifestation_path(series_has_manifestation) %>
      <%= link_to t('page.destroy'), series_has_manifestation, :data => {:confirm => t('page.are_you_sure')}, :method => :delete %>
    </td>
  </tr>
<% end %>
</table>

<%= will_paginate(@series_has_manifestations) %>

</div>
</div>

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_biblio-0.0.9 app/views/series_has_manifestations/index.html.erb
enju_biblio-0.0.8 app/views/series_has_manifestations/index.html.erb
enju_biblio-0.0.7 app/views/series_has_manifestations/index.html.erb
enju_biblio-0.0.6 app/views/series_has_manifestations/index.html.erb
enju_biblio-0.0.5 app/views/series_has_manifestations/index.html.erb
enju_biblio-0.0.4 app/views/series_has_manifestations/index.html.erb