mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-24 09:17:53 -05:00
* Add alt tags * Update app/views/members/_tiny.haml * Update app/views/home/_plantings.html.haml * Use crop_name as this is a searchkick record
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
%span.chip.member-chip
|
|
- if member.discarded?
|
|
= icon 'fas', 'user-times'
|
|
= member
|
|
- else
|
|
= link_to member do
|
|
= image_tag(avatar_uri(member, 100), alt: member.login_name, height: 50, width: 50)
|
|
= member
|
|
|
|
|