show blog in top nav

pull/9768/head
Thibault Duplessis 2021-09-09 16:55:40 +02:00
parent 231abaacda
commit 098d4ad038
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ object topnav {
a(href := routes.User.list)(trans.players()),
a(href := routes.Team.home())(trans.team.teams()),
ctx.noKid option a(href := routes.ForumCateg.index)(trans.forum()),
ctx.noKid option a(href := routes.Ublog.community())(trans.blog()),
ctx.me.exists(!_.kid) option a(href := routes.Plan.index)(trans.patron.donate())
)
),