fix user teams

This commit is contained in:
Yuri Kuznetsov
2022-08-06 10:44:19 +03:00
parent 3d646039be
commit f924f60de3
+1 -1
View File
@@ -103,7 +103,7 @@ define('views/user/fields/teams', ['views/fields/link-multiple-with-role'], func
let $el = $('<div>')
.append(
$('<a>')
.attr('href', this.foreignScope + '/view/' + id)
.attr('href', '#' + this.foreignScope + '/view/' + id)
.text(name)
);