|
@@ -15,6 +15,9 @@
|
|
|
{{else if eq .GetOpType 6}}
|
|
|
{{ $index := index .GetIssueInfos 0}}
|
|
|
{{$.i18n.Tr "action.create_issue" .GetRepoLink $index .GetRepoPath | Str2html}}
|
|
|
+ {{else if eq .GetOpType 7}}
|
|
|
+ {{ $index := index .GetIssueInfos 0}}
|
|
|
+ {{$.i18n.Tr "action.create_pull_request" .GetRepoLink $index .GetRepoPath | Str2html}}
|
|
|
{{else if eq .GetOpType 8}}
|
|
|
{{$.i18n.Tr "action.transfer_repo" .GetContent .GetRepoLink .GetRepoPath | Str2html}}
|
|
|
{{else if eq .GetOpType 9}}
|
|
@@ -39,6 +42,8 @@
|
|
|
</div>
|
|
|
{{else if eq .GetOpType 6}}
|
|
|
<p class="news-content comment-news">{{index .GetIssueInfos 1}}</p>
|
|
|
+ {{else if eq .GetOpType 7}}
|
|
|
+ <p class="news-content comment-news">{{index .GetIssueInfos 1}}</p>
|
|
|
{{else if eq .GetOpType 10}}
|
|
|
<p class="news-content comment-news">{{index .GetIssueInfos 1}}</p>
|
|
|
{{end}}
|