Sha256: 32da8a5e0409319b3b1a0026d34829781458250f816f7b0fe03126566ee4ab51
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 Bytes
Contents
<tr> <td><%= link_to user.name, [:edit, user], class: 'user-name' %></td> <td><%= user.email %></td> <td><%= user.role_names.join(', ') %></td> <td class='actions nowrap'> <%= link_to "#{icon_tag 'pencil'} Edit".html_safe, [:edit, user], class: 'btn btn-default' %> <%= link_to_delete user %> </td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/users/_user.html.erb |