initial commit
This commit is contained in:
5
app/views/opponent/list.html.slim
Normal file
5
app/views/opponent/list.html.slim
Normal file
@@ -0,0 +1,5 @@
|
||||
h1 Opponents
|
||||
|
||||
- for opponent in opponents
|
||||
a.Panel-cell href=url_for( opponent_path :team_id=>team.id, :opponent_id=>opponent.id)
|
||||
li #{opponent.name}
|
||||
Reference in New Issue
Block a user