Sha256: 087d233dbe31d80d58a0a1ec6a68f00785848a04ff8748f7b40c37fc1a05fc2f

Contents?: true

Size: 747 Bytes

Versions: 4

Compression:

Stored size: 747 Bytes

Contents

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

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.listing', model: t('activerecord.models.withdraw')), withdraws_path -%></li>
    <% if defined?(EnjuCirculation) %>
      <li><%= link_to t('page.listing', model: t('activerecord.attributes.withdraw.removed_items', status: CirculationStatus.where(name: 'Removed').first.display_name) + t('activerecord.models.item')), items_path(circulation_status: 'Removed')  -%></li>
    <% end %>
  </ul>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enju_library-0.4.0.rc.1 app/views/withdraws/new.html.erb
enju_library-0.4.0.beta.4 app/views/withdraws/new.html.erb
enju_library-0.4.0.beta.3 app/views/withdraws/new.html.erb
enju_library-0.4.0.beta.2 app/views/withdraws/new.html.erb