broken user profile link in conference list page
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
{{ if len(c.Hosts) > 0 }}
|
{{ if len(c.Hosts) > 0 }}
|
||||||
{{ range j, u := c.Hosts }}
|
{{ range j, u := c.Hosts }}
|
||||||
{{ if j > 0 }}, {{ end }}
|
{{ if j > 0 }}, {{ end }}
|
||||||
<a href="/users/{{ u }}" class="text-blue-700 hover:text-blue-900">{{ u }}</a>
|
<a href="/user/{{ u }}" class="text-blue-700 hover:text-blue-900">{{ u }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
None
|
None
|
||||||
|
|||||||
Reference in New Issue
Block a user