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 777015c commit aaff47aCopy full SHA for aaff47a
templates/repo/view_list.tmpl
@@ -36,7 +36,7 @@
36
<tbody>
37
{{if .HasParentPath}}
38
<tr class="has-parent">
39
- <td colspan="3">{{svg "octicon-mail-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
+ <td colspan="3">{{svg "octicon-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
40
</tr>
41
{{end}}
42
{{range $item := .Files}}
web_src/less/_repository.less
@@ -318,7 +318,7 @@
318
margin-right: 5px;
319
color: #777777;
320
321
- &.octicon-mail-reply {
+ &.octicon-reply {
322
margin-right: 10px;
323
}
324
0 commit comments