Skip to content

Commit fec0b3b

Browse files
committed
Merge branch 'master' of github.com:lichess-org/lila
2 parents 98f6b7d + 2302155 commit fec0b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/recap/src/main/ui/RecapUi.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ final class RecapUi(helpers: Helpers):
2828
main(cls := "page-small box box-pad page")(
2929
h1(cls := "box__top")(s"Lichess Recap $year will be available soon."),
3030
div(
31-
p("Check back later!")
31+
p("Check back at the end of the year!")
3232
)
3333
)

modules/user/src/main/ui/UserActionMenu.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class UserActionMenu(helpers: Helpers):
2525
.option(
2626
MenuItem(trans.site.editProfile.txt(), Icon.Gear, routes.Account.profile.url)
2727
),
28-
Some(
28+
(u.count.game > 0).option(
2929
MenuItem(trans.site.watch.txt(), Icon.AnalogTv, routes.User.tv(u.username).url)
3030
)
3131
).flatten ++

0 commit comments

Comments
 (0)