Sha256: e2ad7f44f489376977dd92b590817098ca366050d9665ea1870bbeecadca98c6

Contents?: true

Size: 1.08 KB

Versions: 25

Compression:

Stored size: 1.08 KB

Contents

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

<p>
  <strong><%= t('page.title') -%>:</strong>
  <%= @subscription.title -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.subscription.note') -%>:</strong>
  <%= @subscription.note -%>
</p>

<table class="table table-striped index">
  <tr>
    <th><%= t('page.title') -%></th>
  </tr>
  <%- @subscription.works.each do |work| -%>
    <tr class="line<%= cycle("0", "1") -%>">
      <td>
        <strong><%= link_to work.original_title, work -%></strong>
        <br />
        <%= patrons_list(work.creators.readable_by(current_user)) -%>
      </td>
    </tr>
  <%- end -%>
</table>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_subscription_path(@subscription) -%></li>
    <li><%= link_to t('work.add'), subscription_manifestations_path(@subscription) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre24 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre23 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre22 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre21 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre20 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre19 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre18 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre17 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre16 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre15 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre14 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre13 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre12 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre11 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre10 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre9 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre8 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre7 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre6 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre5 app/views/subscriptions/show.html.erb