Sha256: 38c1199374053e1f9ed7dea14f3fceea13205920bd773fdd2b7b293bb3d5de0c

Contents?: true

Size: 323 Bytes

Versions: 78

Compression:

Stored size: 323 Bytes

Contents

<%- if @user -%>
  <%= render 'index_user', :user => @user -%>
<%- elsif !current_user.has_role?('Librarian') -%>
  <%= render 'index_user', :user => current_user -%>
<%- else -%>
  <%- if params[:view] == 'overdue' -%>
    <%= render 'index_overdue' -%>
  <%- else -%>
    <%= render 'index' -%>
  <%- end -%>
<%- end -%>

Version data entries

78 entries across 78 versions & 2 rubygems

Version Path
enju_message-0.1.11 app/views/checkouts/index.html.erb
enju_message-0.0.25 app/views/checkouts/index.html.erb
enju_message-0.1.9 app/views/checkouts/index.html.erb
enju_message-0.0.24 app/views/checkouts/index.html.erb
enju_circulation-0.0.59 app/views/checkouts/index.html.erb
enju_circulation-0.0.58 app/views/checkouts/index.html.erb
enju_circulation-0.0.57 app/views/checkouts/index.html.erb
enju_circulation-0.0.56 app/views/checkouts/index.html.erb
enju_circulation-0.0.55 app/views/checkouts/index.html.erb
enju_circulation-0.0.54 app/views/checkouts/index.html.erb
enju_circulation-0.0.53 app/views/checkouts/index.html.erb
enju_circulation-0.0.52 app/views/checkouts/index.html.erb
enju_circulation-0.0.51 app/views/checkouts/index.html.erb
enju_circulation-0.0.50 app/views/checkouts/index.html.erb
enju_circulation-0.0.49 app/views/checkouts/index.html.erb
enju_circulation-0.0.48 app/views/checkouts/index.html.erb
enju_circulation-0.0.47 app/views/checkouts/index.html.erb
enju_message-0.0.23 app/views/checkouts/index.html.erb
enju_message-0.1.7 app/views/checkouts/index.html.erb
enju_circulation-0.0.46 app/views/checkouts/index.html.erb