1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#1854 show issue content

This commit is contained in:
Unknwon
2015-11-13 12:11:45 -05:00
parent 0f438ef0b3
commit 6a664e88c7
6 changed files with 28 additions and 7 deletions

View File

@@ -46,7 +46,8 @@
</ul>
</div>
{{else if eq .GetOpType 6}}
<p class="text light grey">{{index .GetIssueInfos 1}}</p>
<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}}