Browse Source

#2029 not show content of issue in activity timeline

tags/v1.2.0-rc1
Unknwon 9 years ago
parent
commit
372412452c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      templates/user/dashboard/feeds.tmpl

+ 0
- 1
templates/user/dashboard/feeds.tmpl View File

@@ -48,7 +48,6 @@
</div> </div>
{{else if eq .GetOpType 6}} {{else if eq .GetOpType 6}}
<span class="text truncate issue title">{{index .GetIssueInfos 1}}</span> <span class="text truncate issue title">{{index .GetIssueInfos 1}}</span>
<p class="text light grey">{{.GetIssueContent}}</p>
{{else if eq .GetOpType 7}} {{else if eq .GetOpType 7}}
<p class="text light grey">{{index .GetIssueInfos 1}}</p> <p class="text light grey">{{index .GetIssueInfos 1}}</p>
{{else if eq .GetOpType 10}} {{else if eq .GetOpType 10}}


Loading…
Cancel
Save