Skip to content

Commit aaff47a

Browse files
authored
Fix reply octicon (#11821)
Signed-off-by: jolheiser <[email protected]>
1 parent 777015c commit aaff47a

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
@@ -36,7 +36,7 @@
3636
<tbody>
3737
{{if .HasParentPath}}
3838
<tr class="has-parent">
39-
<td colspan="3">{{svg "octicon-mail-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
39+
<td colspan="3">{{svg "octicon-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
4040
</tr>
4141
{{end}}
4242
{{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)