Various interface tweaks

This commit is contained in:
Michael Schmatz 2014-02-20 10:56:32 -08:00
parent a2b811d52f
commit 6d6cac7309
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ block content
for team in teams
div.column.col-md-6
a(href="/play/ladder/#{levelID}/team/#{team.id}", style="background-color: #{team.primaryColor}").play-button.btn.btn-danger.btn-block.btn-lg
span Play
span Play As
span= team.name
table.table.table-bordered.table-condensed.table-hover

View file

@ -39,7 +39,7 @@ block content
span.loss Loss
if match.state === 'tie'
span.tie Tie
td.name-cell= match.opponentName
td.name-cell= match.opponentName || "Anonymous"
td.time-cell= match.when
td.battle-cell
a(href="/play/level/#{levelID}?team=#{teamID}&opponent=#{match.sessionID}") Battle!