We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e021cd commit e5f19ddCopy full SHA for e5f19dd
templates/shared/user/name.tmpl
@@ -1,5 +1 @@
1
-{{if .FullName}}
2
- {{.FullName}} <span>(<a class="text primary" href="{{.HomeLink}}">{{.Name}}</a>)</span>
3
-{{else}}
4
- <a class="text primary" href="{{.HomeLink}}">{{.Name}}</a>
5
-{{end}}
+<a class="text muted" href="{{.HomeLink}}">{{.Name}}{{if .FullName}} ({{.FullName}}){{end}}</a>
0 commit comments