Sha256: 5046f5638f9a9c15feedc9d86ec03eeea9768c1da6a23354400786299b51d940

Contents?: true

Size: 641 Bytes

Versions: 127

Compression:

Stored size: 641 Bytes

Contents

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

  <p>
    <strong><%= t('activerecord.models.user') -%>:</strong>
    <%= @basket.user.username -%>
  </p>

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

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_basket_path(@basket) -%></li>
    <li><%= link_to t('page.back'), user_baskets_path(@basket.user) -%></li>
  </ul>
</div>

Version data entries

127 entries across 127 versions & 3 rubygems

Version Path
enju_library-0.1.0.pre32 app/views/baskets/show.html.erb
enju_library-0.1.0.pre31 app/views/baskets/show.html.erb
enju_library-0.1.0.pre30 app/views/baskets/show.html.erb
enju_library-0.1.0.pre29 app/views/baskets/show.html.erb
enju_library-0.1.0.pre28 app/views/baskets/show.html.erb
enju_library-0.1.0.pre27 app/views/baskets/show.html.erb
enju_library-0.1.0.pre26 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre30 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre29 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre28 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre27 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre26 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre25 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre24 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre23 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre22 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre21 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre20 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre19 app/views/baskets/show.html.erb
enju_circulation-0.1.0.pre18 app/views/baskets/show.html.erb