Sha256: b30bceaf18616645e603854db9c9150d0b2fad29bbe29414cfdc86dfc8073742

Contents?: true

Size: 371 Bytes

Versions: 10

Compression:

Stored size: 371 Bytes

Contents

<tr>
  <td><%= link_to hyrax.profile_path(user) do %>
        <%= image_tag(user.avatar.url(:thumb), width: 30) if user.avatar.file %>
      <% end %>
  </td>
   <td><%= link_to user.name, hyrax.profile_path(user) %></td>
   <td><%= link_to user.user_key, hyrax.profile_path(user) %></td>
   <td><%= user.department %></td>
   <td><%= number_of_works(user) %></td>
</tr>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/users/_user_row.html.erb
hyrax-1.1.0 app/views/hyrax/users/_user_row.html.erb
hyrax-1.0.5 app/views/hyrax/users/_user_row.html.erb
hyrax-1.0.4 app/views/hyrax/users/_user_row.html.erb
hyrax-1.0.3 app/views/hyrax/users/_user_row.html.erb
hyrax-1.0.2 app/views/hyrax/users/_user_row.html.erb
hyrax-1.0.1 app/views/hyrax/users/_user_row.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/users/_user_row.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/users/_user_row.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/users/_user_row.html.erb