Missing "back" (octicon-mail-reply) icon in link to parent directory of repo files #5522

Closed
opened 2025-11-02 06:27:44 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @richmahn on GitHub (Jun 9, 2020).

  • 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:

777015c2c2/templates/repo/view_list.tmpl (L39)

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

Screenshots

Screen Shot 2020-06-09 at 10 20 27 AM
Originally created by @richmahn on GitHub (Jun 9, 2020). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> - 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: - [X] 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: https://github.com/go-gitea/gitea/blob/777015c2c2d2d74d98d15e145f9f8af04f1d9c8f/templates/repo/view_list.tmpl#L39 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 ## Screenshots <img width="1196" alt="Screen Shot 2020-06-09 at 10 20 27 AM" src="https://user-images.githubusercontent.com/2839925/84159636-48d60780-aa3b-11ea-9245-4827554bf488.png">
GiteaMirror added the topic/uitype/bug labels 2025-11-02 06:27:44 -06:00
Author
Owner

@jolheiser commented on GitHub (Jun 9, 2020):

Looks like they changed the name to just "reply"

https://primer.style/octicons/reply

@jolheiser commented on GitHub (Jun 9, 2020): Looks like they changed the name to just "reply" https://primer.style/octicons/reply
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5522