This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/app/views/users/_user.html.haml
2009-09-06 12:36:04 -03:00

4 lines
109 B
Plaintext

%li
%img.avatar{:src => gravatar_url_for(user.email, 27)}
= link_to h(user.display_name), user_url(user)