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

Fix user classes

parent 0a373489
No related branches found
No related tags found
No related merge requests found
<div class="row g-3">
<% users.each do |user| %>
<div class="col-6 col-lg-3 col-xxl-2">
<div class="card mb-0">
<div class="col-sm-6 col-lg-3 col-xxl-2">
<div class="<%= osuny_card_classes %>">
<%= render 'admin/application/components/thumbnail',
image: user.picture,
initials: user.initials,
......@@ -12,7 +12,7 @@
<p class="mb-1">
<%= link_to user,
admin_user_path(user),
classes: 'stretched-link' %>
class: 'stretched-link' %>
</p>
<p class="small text-muted mb-0">
<%= t("activerecord.attributes.user.roles.#{user.role}") %>
......
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