Added tooltip to project owners on the LJ page.
This commit is contained in:
parent
5dd4880d4c
commit
2065bad860
|
@ -5,7 +5,7 @@
|
|||
{{ if gt (len .Owners) 1 }}
|
||||
<div class="flex g2">
|
||||
{{ range .Owners }}
|
||||
<a href="{{ .ProfileUrl }}" class="flex">
|
||||
<a title="{{ .Name }}" href="{{ .ProfileUrl }}" class="flex">
|
||||
<img src="{{ .AvatarUrl }}" class="user-avatar w2">
|
||||
</a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue