Skip to content

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

@richmahn

Description

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

<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

Screenshots

Screen Shot 2020-06-09 at 10 20 27 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic/uiChange the appearance of the Gitea UItype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions