Sha256: 7e08f0d63c9af166d33d9cfe805f1d2467ab4b43d1da2a352716b02410be262f

Contents?: true

Size: 794 Bytes

Versions: 127

Compression:

Stored size: 794 Bytes

Contents

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

<%= form_for(@basket) do |f| -%>
  <%= f.error_messages -%>
  <div class="field">
    <%= f.label t('activerecord.models.user') -%><br />
    <%= @basket.user.username -%>
    <%= f.hidden_field :user_id -%>
  </div>

  <div class="field">
    <%= f.label :note -%><br />
    <%= f.text_area :note, :class => 'resource_textarea' -%>
  </div>

  <div class="actions">
    <%= f.submit %>
  </div>
<%- end -%>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.show'), 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/edit.html.erb
enju_library-0.1.0.pre31 app/views/baskets/edit.html.erb
enju_library-0.1.0.pre30 app/views/baskets/edit.html.erb
enju_library-0.1.0.pre29 app/views/baskets/edit.html.erb
enju_library-0.1.0.pre28 app/views/baskets/edit.html.erb
enju_library-0.1.0.pre27 app/views/baskets/edit.html.erb
enju_library-0.1.0.pre26 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre30 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre29 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre28 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre27 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre26 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre25 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre24 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre23 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre22 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre21 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre20 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre19 app/views/baskets/edit.html.erb
enju_circulation-0.1.0.pre18 app/views/baskets/edit.html.erb