Skip to content

Commit 164c31f

Browse files
committed
fix indentation
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 42c7121 commit 164c31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/diff/conversation.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
<div class="df je ac fw mt-3">
3030
<div class="ui buttons mr-2">
3131
<button class="ui icon tiny basic button previous-conversation">
32-
{{svg "octicon-arrow-up"}} {{$.i18n.Tr "repo.issues.previous"}}
32+
{{svg "octicon-arrow-up"}} {{$.i18n.Tr "repo.issues.previous"}}
3333
</button>
3434
<button class="ui icon tiny basic button next-conversation">
35-
{{svg "octicon-arrow-down"}} {{$.i18n.Tr "repo.issues.next"}}
35+
{{svg "octicon-arrow-down"}} {{$.i18n.Tr "repo.issues.next"}}
3636
</button>
3737
</div>
3838
{{if and $.CanMarkConversation $isNotPending}}

0 commit comments

Comments
 (0)