You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
silverwind b833ce4964
Mute all links in issue timeline (#22533)
https://github.com/go-gitea/gitea/pull/21799 introduced a regression
where some links in the issue timeline were not muted any more. Fix it
by replacing all `class="text grey"` with `class="text grey
muted-links"` in the file.

Before:
<img width="384" alt="Screenshot 2023-01-19 at 22 23 05"
src="https://user-images.githubusercontent.com/115237/213565351-1bb82f4e-fa72-4cd7-8e36-e527bbfe5c5f.png">

After:
<img width="377" alt="Screenshot 2023-01-19 at 22 23 11"
src="https://user-images.githubusercontent.com/115237/213565359-87e14855-6599-472a-be0b-61297b168f9a.png">

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
1 year ago
..
admin Display unreferenced packages total size in package admin panel (#22498) 1 year ago
api/packages/pypi Add Package Registry (#16510) 2 years ago
base Simplify the error message when `index.js` couldn't be loaded (#22354) 1 year ago
code Run `make fmt` (#21437) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
explore improve explore relevancy note (#22421) 2 years ago
mail Add reply hint to mail text (#22459) 2 years ago
org Secrets storage with SecretKey encrypted (#22142) 2 years ago
package Fix container blob mount (#22226) 2 years ago
repo Mute all links in issue timeline (#22533) 1 year ago
shared Timeline and color tweaks (#21799) 2 years ago
status Remove fomantic image module (#21145) 2 years ago
swagger Supports wildcard protected branch (#20825) 2 years ago
user Support scoped access tokens (#20908) 1 year ago
home.tmpl fix(web): add `alt` for logo in home page (#21887) 2 years ago
install.tmpl Clean up formatting on install page (#21668) 2 years ago
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago