<button id="edit-title" class="ui small basic button secondary edit-button not-in-edit{{if.Issue.IsPull}} gt-mr-0{{end}}">{{.locale.Tr"repo.issues.edit"}}</button>
{{end}}
{{ifnot.Issue.IsPull}}
<a role="button" class="ui small green button new-issue-button gt-mr-0" href="{{.RepoLink}}/issues/new{{if.NewIssueChooseTemplate}}/choose{{end}}">{{.locale.Tr"repo.issues.new"}}</a>
<div class="ui red label issue-state-label">{{if.Issue.IsPull}}{{svg"octicon-git-pull-request"}}{{else}}{{svg"octicon-issue-closed"}}{{end}}{{.locale.Tr"repo.issues.closed_title"}}</div>