Sha256: a2c548148c0922959fbec9f732993fe050528e920fc80fb3bd9e9668c83833e8
Contents?: true
Size: 621 Bytes
Versions: 19
Compression:
Stored size: 621 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? :delete, 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
19 entries across 19 versions & 1 rubygems