]> source.dussan.org Git - gitea.git/commit
Ensure RSS icon is present on all repo tabs (#23904)
authorsilverwind <me@silverwind.io>
Fri, 7 Apr 2023 08:48:23 +0000 (10:48 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 08:48:23 +0000 (16:48 +0800)
commitca5722a0fae6cc16dc99021176596970bbf29caf
tree09b435640e30089c0c104884614f68e0898c2872
parentff2f479a4b23484f3717e1efaa24819f9b0e5e60
Ensure RSS icon is present on all repo tabs (#23904)

Previously, not all repo tabs had shown the RSS icon in the repo header
because the context data was not being set. Added this context data in a
new function.

Before:

<img width="806" alt="image"
src="https://user-images.githubusercontent.com/115237/229639615-9cc00e75-3a26-4ff4-a6f2-316c1fccc596.png">

After:

<img width="815" alt="Screenshot 2023-04-04 at 00 16 17"
src="https://user-images.githubusercontent.com/115237/229639201-2e1c015b-1f13-46d4-aa14-e7a82fab3982.png">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
modules/context/repo.go
routers/web/repo/view.go