Skip to content

Commit

Permalink
remove link from forum post counter for kids #2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro committed Jun 20, 2016
1 parent 7f0c4f8 commit b8e506c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/user/show.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ <h1 class="lichess_title"><span@if(isOnline(u.id)) { class="connected" title="On
}
<a href="@routes.UserTournament.path(u.username, "recent")" class="intertab tournament_stats" data-toints="@u.toints">@splitNumber(u.toints + " " + trans.tournamentPoints())</a>
<a href="@routes.Study.byOwnerDefault(u.username)" class="intertab">@splitNumber(info.nbStudies + " studies")</a>
<a class="intertab" href="@routes.ForumPost.search("user:" + u.username, 1)">@splitNumber(trans.nbForumPosts(info.nbPosts))</a>
<a class="intertab" @NotForKids {
href="@routes.ForumPost.search("user:" + u.username, 1)"
}>@splitNumber(trans.nbForumPosts(info.nbPosts))</a>
@NotForKids {
@if(ctx.isAuth && !ctx.is(u)) {
<a class="intertab note_zone_toggle">@splitNumber(notes.size + " Notes")</a>
Expand Down

0 comments on commit b8e506c

Please sign in to comment.