diff options
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard/feeds.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 57c2e85982..c814a283ca 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -46,7 +46,8 @@ </ul> </div> {{else if eq .GetOpType 6}} - <p class="text light grey">{{index .GetIssueInfos 1}}</p> + <span class="text truncate issue title">{{index .GetIssueInfos 1}}</span> + <p class="text light grey">{{.GetIssueContent}}</p> {{else if eq .GetOpType 7}} <p class="text light grey">{{index .GetIssueInfos 1}}</p> {{else if eq .GetOpType 10}} |