mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Fix reply octicon (#11821)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
777015c2c2
commit
aaff47ad75
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user