diff options
author | silverwind <me@silverwind.io> | 2023-01-20 05:00:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 12:00:32 +0800 |
commit | b833ce49644022cff14ef6add69c2baed8c67e41 (patch) | |
tree | 9ba8a21711a78c2be925c6f566113e467127a7ec /services | |
parent | 4199d28053b228376a68a957297f332026fafa4e (diff) | |
download | gitea-b833ce49644022cff14ef6add69c2baed8c67e41.tar.gz gitea-b833ce49644022cff14ef6add69c2baed8c67e41.zip |
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>
Diffstat (limited to 'services')
0 files changed, 0 insertions, 0 deletions