aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-06-09 10:13:00 -0500
committerGitHub <noreply@github.com>2020-06-09 10:13:00 -0500
commitaaff47ad75e167838a886126ddba0ad8f6f1d073 (patch)
tree6e93d67ff8515a55012111faab3cb945a0d33e04
parent777015c2c2d2d74d98d15e145f9f8af04f1d9c8f (diff)
downloadgitea-aaff47ad75e167838a886126ddba0ad8f6f1d073.tar.gz
gitea-aaff47ad75e167838a886126ddba0ad8f6f1d073.zip
Fix reply octicon (#11821)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r--templates/repo/view_list.tmpl2
-rw-r--r--web_src/less/_repository.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl
index 3362e28939..de7d5b1ea9 100644
--- a/templates/repo/view_list.tmpl
+++ b/templates/repo/view_list.tmpl
@@ -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}}
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index 756ad6d6a8..f4bd71b5ba 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -318,7 +318,7 @@
margin-right: 5px;
color: #777777;
- &.octicon-mail-reply {
+ &.octicon-reply {
margin-right: 10px;
}