|
|
@ -44,14 +44,14 @@ |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<a class="notifications-link tw-flex tw-flex-1 tw-flex-col silenced" href="{{.Link ctx}}"> |
|
|
|
<a class="notifications-link tw-flex tw-flex-1 tw-flex-col silenced" href="{{.Link ctx}}"> |
|
|
|
<div class="notifications-top-row tw-text-13"> |
|
|
|
<div class="notifications-top-row tw-text-13 tw-break-anywhere"> |
|
|
|
{{.Repository.FullName}} {{if .Issue}}<span class="text light-3">#{{.Issue.Index}}</span>{{end}} |
|
|
|
{{.Repository.FullName}} {{if .Issue}}<span class="text light-3">#{{.Issue.Index}}</span>{{end}} |
|
|
|
{{if eq .Status 3}} |
|
|
|
{{if eq .Status 3}} |
|
|
|
{{svg "octicon-pin" 13 "text blue tw-mt-0.5 tw-ml-1"}} |
|
|
|
{{svg "octicon-pin" 13 "text blue tw-mt-0.5 tw-ml-1"}} |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="notifications-bottom-row tw-text-16 tw-py-0.5"> |
|
|
|
<div class="notifications-bottom-row tw-text-16 tw-py-0.5"> |
|
|
|
<span class="issue-title"> |
|
|
|
<span class="issue-title tw-break-anywhere"> |
|
|
|
{{if .Issue}} |
|
|
|
{{if .Issue}} |
|
|
|
{{.Issue.Title | RenderEmoji $.Context | RenderCodeBlock}} |
|
|
|
{{.Issue.Title | RenderEmoji $.Context | RenderCodeBlock}} |
|
|
|
{{else}} |
|
|
|
{{else}} |
|
|
|