-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Description
- Gitea version (or commit ref): 1.13.0+dev-156-g777015c2c
- Git version: N/A
- Operating system: N/A
- Database (use
[x]): N/A- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
When in a repo's file listing, in a subdirectory, it looks like it was meant to show a back arrow icon next to the ".." at the top of the list to go back to the parent directory.
The code shows it should have octicon-mail-reply:
gitea/templates/repo/view_list.tmpl
Line 39 in 777015c
| <td colspan="3">{{svg "octicon-mail-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td> |
which is this icon: https://commons.wikimedia.org/wiki/File:Octicons-mail-reply.svg
but it comes up empty on both my copy of Gitea and on try.gitea.io: https://try.gitea.io/richmahn/cecil/src/branch/master/Mono
