We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f825f20 commit f424862Copy full SHA for f424862
templates/repo/diff/conversation.tmpl
@@ -29,10 +29,10 @@
29
<div class="df je ac fw mt-3">
30
<div class="ui buttons mr-2">
31
<button class="ui icon tiny basic button previous-conversation">
32
- {{svg "octicon-arrow-up"}} {{$.i18n.Tr "repo.issues.previous"}}
+ {{svg "octicon-arrow-up" 12 "icon"}} {{$.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"}}
+ {{svg "octicon-arrow-down" 12 "icon"}} {{$.i18n.Tr "repo.issues.next"}}
36
37
</div>
38
{{if and $.CanMarkConversation $isNotPending}}
0 commit comments