Browse Source
Fix reply octicon (#11821)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
for-closed-social
John Olheiser
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
templates/repo/view_list.tmpl
-
web_src/less/_repository.less
|
|
@ -36,7 +36,7 @@ |
|
|
|
<tbody> |
|
|
|
{{if .HasParentPath}} |
|
|
|
<tr class="has-parent"> |
|
|
|
<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> |
|
|
|
</tr> |
|
|
|
{{end}} |
|
|
|
{{range $item := .Files}} |
|
|
|
|
|
@ -318,7 +318,7 @@ |
|
|
|
margin-right: 5px; |
|
|
|
color: #777777; |
|
|
|
|
|
|
|
&.octicon-mail-reply { |
|
|
|
&.octicon-reply { |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
|
|
|
|