rosa-build/app/views/search/_group.html.slim

8 lines
214 B
Plaintext

h4
- size = User::AVATAR_SIZES[:small]
=> image_tag avatar_url(group, :small), alt: group.uname, height: size, width: size
a href=user_path(group)
= group.uname
p
= group.description.to_s.truncate(255)