Sha256: 88ee51fef09e83416d95fd6b85d3333577b78232c358902546f76dd72a1a9ba2
Contents?: true
Size: 622 Bytes
Versions: 29
Compression:
Stored size: 622 Bytes
Contents
<tr class="line<%= cycle("0", "1") -%>"> <td> <%= link_to patron.full_name, patron -%><br /> <%= patron.full_name_transcription -%> </td> <td><%= patron.patron_type.display_name.localize -%></td> <td> <%- if can? :destroy, patron -%> <%= link_to image_tag('icons/page_white_edit.png', :size => '16x16', :alt => t('page.edit')), edit_patron_path(patron) -%> <%= link_to image_tag('icons/arrow_divide.png', :size => '16x16', :alt => t('patron.add_derivation')), patron_patrons_path(patron, :mode => 'add') -%> <%- end -%> </td> </tr>
Version data entries
29 entries across 29 versions & 1 rubygems