link tournament shields

pull/3876/head
Thibault Duplessis 2017-12-05 17:05:30 -05:00
parent 9ec470849e
commit 3703bc7704
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ net {
ip = "5.196.91.160"
asset {
domain = ${net.domain}
version = 1959
version = 1960
}
email = "contact@lichess.org"
crawlable = false

View File

@ -63,7 +63,9 @@ function title(ctrl: TournamentController) {
d.fullName
]);
if (hasFreq('shield', d)) return h('h1', [
h('span.shield_trophy', d.perf.icon),
h('a.shield_trophy', {
attrs: { href: '/tournament/shields' }
}, d.perf.icon),
d.fullName
]);
return h('h1',