gonito/templates/show-challenge.hamlet

9 lines
297 B
Plaintext
Raw Normal View History

$maybe repoLink <- maybeRepoLink
<p> Repo: <tt><a href="#{repoLink}">#{repoUrl repo}</a></tt> Branch: <tt> #{repoBranch repo}</tt>
$nothing
<p> Repo: <tt>#{repoUrl repo}</tt> Branch: <tt> #{repoBranch repo}</tt>
2015-12-12 18:53:20 +01:00
<h2>Leaderboard
^{Table.buildBootstrap leaderboardTable leaderboardWithRanks}