We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c7121 commit 164c31fCopy full SHA for 164c31f
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"}} {{$.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"}} {{$.i18n.Tr "repo.issues.next"}}
36
37
</div>
38
{{if and $.CanMarkConversation $isNotPending}}
0 commit comments