Skip to content

Commit

Permalink
MBS-8690: Show user fullname in tooltip (#36)
Browse files Browse the repository at this point in the history
* MBS-8690: Show user fullname in tooltip
  • Loading branch information
sh-csg authored Mar 4, 2024
1 parent 7c5f8be commit 53a4b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/user.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"userpicture": ""
}
}}
<div id="mod_kanban_assignee-{{cardid}}-{{id}}" class="mod_kanban_assigned_user btn btn-icon icon-no-margin p-0" data-id="{{cardid}}" data-userid="{{id}}" title="{{fullname}}">
<div id="mod_kanban_assignee-{{cardid}}-{{id}}" class="mod_kanban_assigned_user btn btn-icon icon-no-margin p-0" data-id="{{cardid}}" data-userid="{{id}}" title="{{fullname}}" data-toggle="tooltip" data-placement="top" data-trigger="click hover focus" tabindex="0">
{{{userpicture}}}
</div>
</div>

0 comments on commit 53a4b2e

Please sign in to comment.