diff options
author | Alexey Makhov <amakhov@avito.ru> | 2015-11-13 00:01:51 +0300 |
---|---|---|
committer | Alexey Makhov <amakhov@avito.ru> | 2015-11-13 00:01:51 +0300 |
commit | 1bfebdcdf636c53fd5bc5ae89d8e3c9d4665bf93 (patch) | |
tree | b2801997029a912e80de9a5ebdf843a099f7b1c0 /templates/user | |
parent | 588a0db21869828c4ba1006855ed6454ca878068 (diff) | |
download | gitea-1bfebdcdf636c53fd5bc5ae89d8e3c9d4665bf93.tar.gz gitea-1bfebdcdf636c53fd5bc5ae89d8e3c9d4665bf93.zip |
#1854 improves
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard/feeds.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index dcd856f6d7..bff44f06bb 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -48,7 +48,6 @@ {{else if eq .GetOpType 7}} <p class="news-content comment-news">{{index .GetIssueInfos 1}}</p> {{else if eq .GetOpType 10}} - <p class="news-content comment-news">{{.GetIssueTitle}}</p> <p class="news-content comment-news">{{index .GetIssueInfos 1}}</p> {{else if eq .GetOpType 11}} <p class="news-content comment-news">{{index .GetIssueInfos 1}}</p> |