BattleSim/client/views/team_dropdown.jade

11 lines
310 B
Plaintext
Raw Normal View History

2016-02-01 22:19:30 +00:00
if team
div= team.getName()
!= window.JST['team_small']({team: team, window: window})
else
each team, i in teams
li
a.select-team-dropdown-item(data-slot = i)
div= team.getName()
!= window.JST['team_small']({team: team, window: window})
li
a.build-team-option Build a Team