gitea/templates/repo/issue
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
..
fields
labels Optimize html templates (#22080) 2022-12-09 21:34:51 +08:00
view_content Mute all links in issue timeline (#22533) 2023-01-20 12:00:32 +08:00
branch_selector_field.tmpl
choose.tmpl
comment_tab.tmpl
label_precolors.tmpl
labels.tmpl
list.tmpl Optimize html templates (#22080) 2022-12-09 21:34:51 +08:00
milestone_issues.tmpl Optimize html templates (#22080) 2022-12-09 21:34:51 +08:00
milestone_new.tmpl
milestones.tmpl Optimize html templates (#22080) 2022-12-09 21:34:51 +08:00
navbar.tmpl Optimize html templates (#22080) 2022-12-09 21:34:51 +08:00
new.tmpl Fix various typos (#21103) 2022-09-07 14:40:36 -04:00
new_form.tmpl Do not add links to Posters or Assignees with ID < 0 (#20577) 2022-09-03 10:33:34 +01:00
openclose.tmpl Optimize html templates (#22080) 2022-12-09 21:34:51 +08:00
search.tmpl
view.tmpl
view_content.tmpl Change ID pattern of raw content container for issue (#21966) 2022-12-10 00:25:32 +08:00
view_title.tmpl Add `code` highlighting in issue titles (#21432) 2022-10-16 02:24:41 +08:00