BattleSim/client/views/teambuilder/teams.jade

16 lines
427 B
Plaintext

h2 Your teams
.teambuilder_teams.clearfix
each team in teams
!= window.JST['teambuilder/team']({team: team, window: window})
.button.button_blue.add-new-team Add new team
.button.import-team Import
if window.PokeBattle.username == "Deukhoofd" || window.PokeBattle.username == "thesuzerain"
div.Team-Admin
h5 Admin Commands
.button.get-teams Get all teams
br
| Get teams from user
input(type=text)