Sha256: c086885d63da08ea566529bb41a7555c8b69f2a30996e38736e8f02920b78c88

Contents?: true

Size: 1.08 KB

Versions: 8

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 />
        <%= agents_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

8 entries across 8 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre32 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre31 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre30 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre29 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre28 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre27 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre26 app/views/subscriptions/show.html.erb
enju_library-0.1.0.pre25 app/views/subscriptions/show.html.erb