|
|
@@ -97,8 +97,10 @@
|
|
|
{{else if eq .GetOpType 7}}
|
|
|
<span class="text truncate issue title has-emoji">{{index .GetIssueInfos 1}}</span>
|
|
|
{{else if eq .GetOpType 10}}
|
|
|
- <span class="text truncate issue title has-emoji">{{.GetIssueTitle}}</span>
|
|
|
- <p style="word-break:break-all" class="text light grey has-emoji">{{index .GetIssueInfos 1}}</p>
|
|
|
+ <div class="ui segment">
|
|
|
+ <span class="text truncate issue title has-emoji">{{.GetIssueTitle}}</span>
|
|
|
+ <p class="text light grey has-emoji feeds issue">{{index .GetIssueInfos 1}}</p>
|
|
|
+ </div>
|
|
|
{{else if eq .GetOpType 11}}
|
|
|
<p class="text light grey has-emoji">{{index .GetIssueInfos 1}}</p>
|
|
|
{{else if (or (or (eq .GetOpType 12) (eq .GetOpType 13)) (or (eq .GetOpType 14) (eq .GetOpType 15)))}}
|