Sha256: 9ee31156a98a2a4d2f20c9bc839361e890e67f6953d52674dc6b65a830323498

Contents?: true

Size: 904 Bytes

Versions: 55

Compression:

Stored size: 904 Bytes

Contents

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

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.models.user') -%></th>
    <th><%= t('activerecord.attributes.basket.note') -%></th>
    <th><%= t('page.updated_at') -%></th>
    <th></th>
  </tr>

<%- @baskets.each do |basket| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= basket.user.username -%></td>
    <td><%= basket.note -%></td>
    <td><%= basket.updated_at -%></td>
    <td><%= link_to t('page.show'), basket -%></td>
  </tr>
<%- end -%>
</table>

<%= paginate(@baskets) -%>

</div>
</div>

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

Version data entries

55 entries across 53 versions & 2 rubygems

Version Path
enju_library-0.3.11 app/views/baskets/index.html.erb
enju_library-0.3.10 app/views/baskets/index.html.erb
enju_library-0.3.9 app/views/baskets/index.html.erb
enju_library-0.3.8 app/views/baskets/index.html.erb
enju_library-0.3.8.rc.2 app/views/baskets/index.html.erb
enju_library-0.3.8.rc.1 app/views/baskets/index.html.erb
enju_library-0.4.0.rc.1 app/views/baskets/index.html.erb
enju_library-0.3.7 app/views/baskets/index.html.erb
enju_library-0.3.6 app/views/baskets/index.html.erb
enju_library-0.4.0.beta.4 app/views/baskets/index.html.erb
enju_library-0.4.0.beta.3 app/views/baskets/index.html.erb
enju_library-0.4.0.beta.2 app/views/baskets/index.html.erb
enju_library-0.4.0.beta.1 app/views/baskets/index.html.erb
enju_library-0.3.5 app/views/baskets/index.html.erb
enju_library-0.3.4 app/views/baskets/index.html.erb
enju_library-0.3.3 app/views/baskets/index.html.erb
enju_library-0.3.2 app/views/baskets/index.html.erb
enju_library-0.3.1 app/views/baskets/index.html.erb
enju_library-0.3.0 app/views/baskets/index.html.erb
enju_library-0.3.0.rc.1 app/views/baskets/index.html.erb