UX: add title for user profile link

This commit is contained in:
Arpit Jalan 2020-05-21 13:00:05 +05:30
parent a2d939608d
commit 3c9212fd88
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ createWidget(
{
attributes: {
href: attrs.user.get("path"),
title: attrs.user.get("username"),
"data-auto-route": true
}
},