From 7c943b1cad5a75d4962eaf58291a8244e39534ab Mon Sep 17 00:00:00 2001 From: Guido Diepen Date: Thu, 5 Jul 2018 19:48:18 +0200 Subject: Implemented hover text showing user FullName (#4261) For each action that is displayed in either the public activity overview of a user, or in the dashboard overview, the link to the username is now extended with a title attribute to show the FullName as hover text Signed-off-by: Guido Diepen --- templates/user/dashboard/feeds.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user/dashboard') diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index bdd6c34820..d9082a0f12 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -7,7 +7,7 @@

- {{.ShortActUserName}} + {{.ShortActUserName}} {{if eq .GetOpType 1}} {{$.i18n.Tr "action.create_repo" .GetRepoLink .ShortRepoPath | Str2html}} {{else if eq .GetOpType 2}} -- cgit v1.2.3