aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-06-09 12:25:32 -0500
committerGitHub <noreply@github.com>2020-06-09 12:25:32 -0500
commit87a82138c62769b435419fb4a1a37aaaf89e4f98 (patch)
treebca9cbff3fdfe0552cf6c952f01c206adf5f8218
parentd06f98d9a2f27e0b3f7c46f5febf04bbe9227351 (diff)
downloadgitea-87a82138c62769b435419fb4a1a37aaaf89e4f98.tar.gz
gitea-87a82138c62769b435419fb4a1a37aaaf89e4f98.zip
Fix reply octicon (#11821) (#11822)
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 2add12577d..4382b845ad 100644
--- a/templates/repo/view_list.tmpl
+++ b/templates/repo/view_list.tmpl
@@ -53,7 +53,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 7437ac8fe8..5450d8d856 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;
}