summaryrefslogtreecommitdiffstats
path: root/templates/repo
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 /templates/repo
parentd06f98d9a2f27e0b3f7c46f5febf04bbe9227351 (diff)
downloadgitea-87a82138c62769b435419fb4a1a37aaaf89e4f98.tar.gz
gitea-87a82138c62769b435419fb4a1a37aaaf89e4f98.zip
Fix reply octicon (#11821) (#11822)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/view_list.tmpl2
1 files changed, 1 insertions, 1 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}}