Sha256: 0b6d20e6b3642d494a91da67095f812d01b6383df3f2d12918d9944f81e17367

Contents?: true

Size: 674 Bytes

Versions: 3

Compression:

Stored size: 674 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 ui-widget-content">
<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 ui-widget-content">
  <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

3 entries across 3 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre36 app/views/baskets/show.html.erb
enju_library-0.1.0.pre35 app/views/baskets/show.html.erb
enju_library-0.1.0.pre34 app/views/baskets/show.html.erb