Sha256: b67eb99176945f40fe07b41c6632342e54083ecc6eb871e3f00f6da22927af18

Contents?: true

Size: 1.11 KB

Versions: 15

Compression:

Stored size: 1.11 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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 />
        <%= agents_list(work.creators.readable_by(current_user)) -%>
      </td>
    </tr>
  <%- end -%>
</table>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <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

15 entries across 15 versions & 1 rubygems

Version Path
enju_library-0.1.2 app/views/subscriptions/show.html.erb
enju_library-0.1.1 app/views/subscriptions/show.html.erb
enju_library-0.1.0 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre45 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre44 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre43 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre42 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre41 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre40 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre39 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre38 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre37 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre36 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre35 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre34 app/views/subscriptions/show.html.erb