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 }}
|
{{ if gt (len .Owners) 1 }}
|
||||||
<div class="flex g2">
|
<div class="flex g2">
|
||||||
{{ range .Owners }}
|
{{ range .Owners }}
|
||||||
<a href="{{ .ProfileUrl }}" class="flex">
|
<a title="{{ .Name }}" href="{{ .ProfileUrl }}" class="flex">
|
||||||
<img src="{{ .AvatarUrl }}" class="user-avatar w2">
|
<img src="{{ .AvatarUrl }}" class="user-avatar w2">
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue