Sha256: 6cc2735612d5a31c7d7fda88fd34b5bf8ab12f4015c73eb94a0c8d3ddf7ea7b5
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.listing', :model => t('activerecord.models.patron')) -%></h1> <div id="content_list"> <div class="search_form"> <%= form_for :patrons, :url => patrons_path, :html => {:method => 'get'} do -%> <p> <%= t('page.search_term') -%>: <%= search_field_tag 'query', h(@query), {:id => 'search_form_top', :class => 'search_form', :placeholder => t('page.search_term')} -%> <%= submit_tag t('page.search') -%> </p> <%- end -%> </div> <table class="index"> <tr> <th><%= t('activerecord.attributes.patron.full_name') -%></th> <th><%= t('activerecord.attributes.user.username') -%></th> <th><%= t('activerecord.models.patron_type') -%></th> <th><%= t('activerecord.attributes.patron.date_of_birth') -%></th> <th id="edit_icons"></th> </tr> <%= render @patrons %> </table> <%= will_paginate(@patrons) -%> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <%- if can? :create, Patron -%> <li><%= link_to t('patron.add'), new_patron_path -%></li> <% if defined?(EnjuResourceMerge) %> <li><%= link_to t('page.merge', :model => t('activerecord.models.patron')), patron_merge_lists_path -%></li> <% end %> <%- end -%> </ul> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.0.3 | app/views/patrons/_index.html.erb |
enju_biblio-0.0.2 | app/views/patrons/_index.html.erb |
enju_biblio-0.0.1 | app/views/patrons/_index.html.erb |