From 50d024c8ff135c03214a52a6cf4542de14a51d8c Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 13 Mar 2013 13:23:40 +0100 Subject: [PATCH] Improve user profile --- app/templating/AssetHelper.scala | 2 +- app/views/user/filterTitle.scala.html | 2 +- public/stylesheets/common.css | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templating/AssetHelper.scala b/app/templating/AssetHelper.scala index 6f835f113c..a28ff06da3 100644 --- a/app/templating/AssetHelper.scala +++ b/app/templating/AssetHelper.scala @@ -7,7 +7,7 @@ import play.api.templates.Html trait AssetHelper { - val assetVersion = 66 + val assetVersion = 67 def cssTag(name: String) = css("stylesheets/" + name) diff --git a/app/views/user/filterTitle.scala.html b/app/views/user/filterTitle.scala.html index 2d02e33797..cfde4accb0 100644 --- a/app/views/user/filterTitle.scala.html +++ b/app/views/user/filterTitle.scala.html @@ -23,6 +23,6 @@ case lila.user.GameFilter.Playing => { @info.nbPlaying playing } case lila.user.GameFilter.Bookmark => { -@info.nbBookmark bookmarks +@trans.nbBookmarks(info.nbBookmark) } } diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 23bfce43e8..df51406907 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -225,6 +225,7 @@ div.content_box_inter a { padding: 0 0.7em; font-size: 1em; text-decoration: none; + text-transform: capitalize; } div.content_box_inter a.active { background: white;