mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 17:25:54 +01:00
#2029 not show content of issue in activity timeline
This commit is contained in:
parent
3d5d61778a
commit
2a8d71367d
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user