Sha256: bf2f18a9679777d9125ea61dbec66e4a1ddd61fb9011e903786fe814c24c4c8e

Contents?: true

Size: 762 Bytes

Versions: 26

Compression:

Stored size: 762 Bytes

Contents

<h2>
  <%= t('activerecord.models.checkout') %>
  <%= link_to image_tag('icons/date.png', size: '16x16', class: 'enju_icon', alt: 'iCalendar'), checkouts_path(icalendar_token: current_user.profile.checkout_icalendar_token, format: :ics) if current_user.profile.checkout_icalendar_token? %>
  <%= link_to image_tag('icons/feed.png', size: '16x16', class: 'enju_icon', alt: 'RSS'), checkouts_path(user_id: current_user.username, format: :rss) %>
  <%= link_to image_tag('icons/page_white_excel.png', size: '16x16', class: 'enju_icon', alt: 'TSV'), checkouts_path(user_id: current_user.username, format: :txt) %>
</h2>
<% if profile.user %>
  <%= render 'checkouts/list', checkouts: profile.user.checkouts.order('created_at DESC').page(params[:page]) %>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

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