From 2a8d71367db14abd505910affe1f95e658daa741 Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Thu, 10 Dec 2015 19:13:51 -0500
Subject: [PATCH] #2029 not show content of issue in activity timeline

---
 templates/user/dashboard/feeds.tmpl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl
index 1f4e7d0aad..5fb1df4125 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}}