Sha256: e586d38fb2422b697d1f21914d71479a5aac0b3321a6c1fe298a5e904f5d9316

Contents?: true

Size: 1.08 KB

Versions: 55

Compression:

Stored size: 1.08 KB

Contents

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

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

<%- @subscribes.each do |subscribe| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= link_to subscribe.subscription.title, subscribe.subscription -%></td>
    <td><%= link_to subscribe.work.original_title, subscribe.work -%></td>
    <td><%= link_to t('page.show'), subscribe -%></td>
    <td><%= link_to t('page.edit'), edit_subscribe_path(subscribe) -%></td>
    <td><%= link_to t('page.destroy'), subscribe, data: {confirm: t('page.are_you_sure')}, method: :delete -%></td>
  </tr>
<%- end -%>
</table>

<%= paginate(@subscribes) -%>

</div>
</div>

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

Version data entries

55 entries across 53 versions & 2 rubygems

Version Path
enju_library-0.3.0.beta.2 app/views/subscribes/index.html.erb
enju_library-0.2.5 app/views/subscribes/index.html.erb
enju_library-0.2.4 app/views/subscribes/index.html.erb
enju_library-0.2.3 app/views/subscribes/index.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/bundler/gems/enju_library-d36f415e177e/app/views/subscribes/index.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_library-0.2.1/app/views/subscribes/index.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_library-0.2.2/app/views/subscribes/index.html.erb
enju_library-0.2.2 app/views/subscribes/index.html.erb
enju_library-0.2.1 app/views/subscribes/index.html.erb
enju_library-0.2.0 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.10 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.9 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.8 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.7 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.6 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.5 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.4 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.3 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.2 app/views/subscribes/index.html.erb
enju_library-0.2.0.beta.1 app/views/subscribes/index.html.erb