Skip to content

Commit

Permalink
Merge pull request #7665 from fjordllc/fix/add-role-class-user-icon
Browse files Browse the repository at this point in the history
ユーザー一覧のアイコンに枠線がない不具合修正
  • Loading branch information
komagata authored Apr 15, 2024
2 parents 9044828 + 8e4cc08 commit dcae55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/_user.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.users-item__header-start
.users-item__icon
= link_to user.url
span class="a-user-role"
span class="a-user-role is-#{user.primary_role}"
img.users-item__user-icon-image.a-user-icon title=user.icon_title alt=user.icon_title src=user.avatar_url
.users-item__header-end
.card-list-item__rows
Expand Down

0 comments on commit dcae55f

Please sign in to comment.