diff --git a/resources/public/css/app.css b/resources/public/css/app.css index d82966a..a6ef782 100644 --- a/resources/public/css/app.css +++ b/resources/public/css/app.css @@ -161,6 +161,10 @@ div.card-title > h1 > small { position: relative; } +.statistics-container .header .page-header small a { + color: #777; +} + .statistics-container .settings { position: absolute; top: 0; diff --git a/src/mtgcoll/client/routes/stats.cljs b/src/mtgcoll/client/routes/stats.cljs index be2f678..9b12e9e 100644 --- a/src/mtgcoll/client/routes/stats.cljs +++ b/src/mtgcoll/client/routes/stats.cljs @@ -252,7 +252,10 @@ (not (vc/loading? pricing-sources))) [:div.statistics-container [:div.header - [bs/PageHeader "Statistics " [:small (if (= c/owned-list-id list-id) "Owned Cards" (:name @list-info))]] + [bs/PageHeader "Statistics " + [:small (if (= c/owned-list-id list-id) + "Owned Cards" + [:a {:href (->url "#/list/" list-id)} (:name @list-info)])]] [:div.settings [bs/Form {:inline true} [bs/FormGroup {:bsSize "large"}