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>
2023-01-20 12:00:32 +08:00
..
admin Display unreferenced packages total size in package admin panel (#22498) 2023-01-18 09:52:04 -06:00
api/packages/pypi Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
base Simplify the error message when index.js couldn't be loaded (#22354) 2023-01-17 19:36:40 -06:00
code Run make fmt (#21437) 2022-10-13 21:33:54 -04:00
custom Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
explore improve explore relevancy note (#22421) 2023-01-12 19:10:12 -06:00
mail Add reply hint to mail text (#22459) 2023-01-16 14:58:01 -06:00
org Secrets storage with SecretKey encrypted (#22142) 2022-12-20 17:07:13 +08:00
package Fix container blob mount (#22226) 2023-01-16 17:35:48 -05:00
repo Mute all links in issue timeline (#22533) 2023-01-20 12:00:32 +08:00
shared Timeline and color tweaks (#21799) 2022-11-19 12:02:30 +08:00
status Remove fomantic image module (#21145) 2022-09-12 17:08:46 +08:00
swagger Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
user Support scoped access tokens (#20908) 2023-01-17 15:46:03 -06:00
home.tmpl fix(web): add alt for logo in home page (#21887) 2022-11-21 15:09:55 -05:00
install.tmpl Clean up formatting on install page (#21668) 2022-11-03 20:41:01 +00:00
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 2021-05-08 16:27:25 +02:00