Skip to content

Commit

Permalink
adds links to fpmenu: closes #1967
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro committed Jun 4, 2016
1 parent 0496a6c commit 1c2de23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/base/fpmenu.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,22 @@ <h2>@trans.play()</h2>
<a href="@routes.Tournament.home()">@trans.tournament()</a>
<a href="@routes.Simul.home">@trans.simultaneousExhibitions()</a>
<a href="@routes.Tv.index">Lichess TV</a>
<a href="@routes.Tv.games">@trans.gamesBeingPlayedRightNow()</a>
</section>
<section>
<h2>@trans.learn()</h2>
<a href="@routes.Puzzle.home">@trans.training()</a>
<a href="@routes.Opening.home">@trans.openings()</a>
<a href="@routes.Coordinate.home">@trans.coordinates()</a>
@ctx.me.map { me =>
<a href="@routes.Study.byOwnerDefault(me.username)">Study</a>
}
<a href="@routes.Video.index">@trans.videoLibrary()</a>
</section>
<section>
<h2>@trans.community()</h2>
<a href="@routes.User.list">@trans.players()</a>
<a href="@routes.Stat.ratingDistribution("blitz")">@trans.ratingStats()</a>
@NotForKids {
<a href="@routes.Team.home()">@trans.teams()</a>
<a href="@routes.ForumCateg.index">@trans.forum()</a>
Expand Down

0 comments on commit 1c2de23

Please sign in to comment.