Octicons are missing for dashboard repolist #5731

Closed
opened 2025-11-02 06:34:15 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @CirnoT on GitHub (Jul 12, 2020).

  • Gitea version (or commit ref): bac57ab590
  • Git version: gitea:latest
  • Operating system: gitea:latest
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant

Description

https://github.com/go-gitea/gitea/pull/12157 introduced direct SVG rendering however no appropriate changes were made to dashboard repolist bac57ab590/templates/user/dashboard/repolist.tmpl (L64)

Originally created by @CirnoT on GitHub (Jul 12, 2020). - Gitea version (or commit ref): bac57ab5900672357fb0a36f9433e516088bd21b - Git version: `gitea:latest` - Operating system: `gitea:latest` - Database (use `[x]`): - [x] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL) - [ ] No - [ ] Not relevant ## Description https://github.com/go-gitea/gitea/pull/12157 introduced direct SVG rendering however no appropriate changes were made to dashboard repolist https://github.com/go-gitea/gitea/blob/bac57ab5900672357fb0a36f9433e516088bd21b/templates/user/dashboard/repolist.tmpl#L64
GiteaMirror added the type/bug label 2025-11-02 06:34:15 -06:00
Author
Owner

@silverwind commented on GitHub (Jul 12, 2020):

There's more:

bac57ab590/templates/user/dashboard/repolist.tmpl (L106)

A template language inside another template language. I don't think it's such a great idea.

@silverwind commented on GitHub (Jul 12, 2020): There's more: https://github.com/go-gitea/gitea/blob/bac57ab5900672357fb0a36f9433e516088bd21b/templates/user/dashboard/repolist.tmpl#L106 A template language inside another template language. I don't think it's such a great idea.
Author
Owner

@silverwind commented on GitHub (Jul 12, 2020):

I really wonder why there is even vue templates mixed in the go templates using pseudo-global JS functions. Those should be standalone .vue files.

@silverwind commented on GitHub (Jul 12, 2020): I really wonder why there is even vue templates mixed in the go templates using pseudo-global JS functions. Those should be standalone `.vue` files.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5731