Skip to content
Snippets Groups Projects
Commit eb564e1a authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix user photo

parent 7e09cbbe
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,12 @@
<% users.each do |user| %>
<div class="col-6 col-lg-3 col-xxl-2">
<div class="card mb-0">
<%= osuny_thumbnail user, large: true %>
<%= render 'admin/application/components/thumbnail',
image: user.picture,
initials: user.initials,
large: true,
cropped: true
%>
<div class="card-body">
<p class="mb-1">
<%= link_to user,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment