Sha256: 34ff99a5b873ddc6b5376f221541ecc044dd020a0a756db3c7541f7d8f985369

Contents?: true

Size: 362 Bytes

Versions: 73

Compression:

Stored size: 362 Bytes

Contents

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

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/users/_user_row.html.erb
hyrax-5.0.0 app/views/hyrax/users/_user_row.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/users/_user_row.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/users/_user_row.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/users/_user_row.html.erb
hyrax-3.6.0 app/views/hyrax/users/_user_row.html.erb
hyrax-4.0.0 app/views/hyrax/users/_user_row.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/users/_user_row.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/users/_user_row.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/users/_user_row.html.erb
hyrax-3.5.0 app/views/hyrax/users/_user_row.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/users/_user_row.html.erb
hyrax-3.4.2 app/views/hyrax/users/_user_row.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/users/_user_row.html.erb
hyrax-3.4.1 app/views/hyrax/users/_user_row.html.erb
hyrax-3.4.0 app/views/hyrax/users/_user_row.html.erb
hyrax-3.3.0 app/views/hyrax/users/_user_row.html.erb
hyrax-3.2.0 app/views/hyrax/users/_user_row.html.erb
hyrax-2.9.6 app/views/hyrax/users/_user_row.html.erb
hyrax-3.1.0 app/views/hyrax/users/_user_row.html.erb