Skip to content

Commit 42c7121

Browse files
zeripathnoerw
andauthored
Apply suggestions from code review
Co-authored-by: Norwin <[email protected]>
1 parent e132eea commit 42c7121

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

templates/repo/diff/conversation.tmpl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@
2828
</div>
2929
<div class="df je ac fw mt-3">
3030
<div class="ui buttons mr-2">
31-
<button class="ui icon tiny basic button previous-conversation">{{$.i18n.Tr "repo.issues.previous"}}</button>
32-
<button class="ui icon tiny basic button next-conversation">{{$.i18n.Tr "repo.issues.next"}}</button>
31+
<button class="ui icon tiny basic button previous-conversation">
32+
{{svg "octicon-arrow-up"}} {{$.i18n.Tr "repo.issues.previous"}}
33+
</button>
34+
<button class="ui icon tiny basic button next-conversation">
35+
{{svg "octicon-arrow-down"}} {{$.i18n.Tr "repo.issues.next"}}
36+
</button>
3337
</div>
3438
{{if and $.CanMarkConversation $isNotPending}}
3539
<button class="ui icon tiny basic button resolve-conversation" data-origin="diff" data-action="{{if not $resolved}}Resolve{{else}}UnResolve{{end}}" data-comment-id="{{(index .comments 0).ID}}" data-update-url="{{$.RepoLink}}/issues/resolve_conversation">

0 commit comments

Comments
 (0)