Fix link route name
This commit is contained in:
parent
753acd9aee
commit
d72ed9eeec
@ -10,7 +10,7 @@
|
||||
= @game.title
|
||||
|
||||
- if @game.can_accomodate(current_user)
|
||||
= link_to 'Join', game_join_path(@game)
|
||||
= link_to 'Join', join_game_path(@game)
|
||||
|
||||
- if @game.startable? && @game.already_has?(current_user)
|
||||
= link_to 'Start', start_game_path(@game)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user