aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-10 19:13:51 -0500
committerUnknwon <u@gogs.io>2015-12-10 19:13:51 -0500
commit2a8d71367db14abd505910affe1f95e658daa741 (patch)
tree9a11d3db0dc808c32beebd6b22f5c7bafff89034
parent3d5d61778ac8fab981720b5f8b7fe75e2fb58434 (diff)
#2029 not show content of issue in activity timeline
-rw-r--r--templates/user/dashboard/feeds.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl
index 1f4e7d0a..5fb1df41 100644
--- a/templates/user/dashboard/feeds.tmpl
+++ b/templates/user/dashboard/feeds.tmpl
@@ -48,7 +48,6 @@
</div>
{{else if eq .GetOpType 6}}
<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}}