Sha256: e50a0816c907f1822e7f4351806ec3bccf1059c089825773961324a1c0b1beac
Contents?: true
Size: 480 Bytes
Versions: 4
Compression:
Stored size: 480 Bytes
Contents
<tr class="line<%= cycle("0", "1") -%>"> <td> <%= link_to agent.full_name, agent -%><br /> <%= agent.full_name_transcription -%> </td> <td><%= agent.agent_type.display_name.localize -%></td> <td> <%- if can? :delete, agent -%> <%= link_to t('page.edit'), edit_agent_path(agent) -%> <%= link_to t('agent.add_derivation'), agent_agents_path(agent, :mode => 'add') -%> <%- end -%> </td> </tr>
Version data entries
4 entries across 4 versions & 1 rubygems