This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/views/includes/avatar.pug

7 lines
138 B
Plaintext
Raw Normal View History

2017-08-25 16:42:30 +00:00
.avatar
if user.avatar_file
2018-02-04 16:25:45 +00:00
img#userAvatarFile(src="/usercontent/images/" + user.avatar_file)
2017-08-25 16:42:30 +00:00
else
.noavatar
2019-10-26 09:54:51 +00:00
i.fas.fa-fw.fa-user