diff --git a/models/action.go b/models/action.go index c3ed9c7c02..a6fb209a41 100644 --- a/models/action.go +++ b/models/action.go @@ -122,6 +122,12 @@ func (a *Action) loadRepo() { } } +// GetActFullName gets the action's user full name. +func (a *Action) GetActFullName() string { + a.loadActUser() + return a.ActUser.FullName +} + // GetActUserName gets the action's user name. func (a *Action) GetActUserName() string { a.loadActUser() 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}}