Skip to content

Commit 87a8213

Browse files
authored
Fix reply octicon (#11821) (#11822)
Signed-off-by: jolheiser <[email protected]>
1 parent d06f98d commit 87a8213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/repo/view_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<tbody>
5454
{{if .HasParentPath}}
5555
<tr class="has-parent">
56-
<td colspan="3">{{svg "octicon-mail-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
56+
<td colspan="3">{{svg "octicon-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
5757
</tr>
5858
{{end}}
5959
{{range $item := .Files}}

web_src/less/_repository.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
margin-right: 5px;
319319
color: #777777;
320320

321-
&.octicon-mail-reply {
321+
&.octicon-reply {
322322
margin-right: 10px;
323323
}
324324

0 commit comments

Comments
 (0)