Skip to content

Commit

Permalink
Updating the view for joining the game!
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamrege committed Mar 3, 2012
1 parent b28e5b7 commit 0fa5617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/games/new.jade
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ script
});

h1 Meet me on the dance floor!
h2 http://192.168.1.153:3000/game/#{gameid}/:nickname
p eg. http://192.168.1.153:3000/game/#{gameid}/robert
h2 http://#{HOST}:#{PORT}/game/#{gameid}/:nickname
p eg. http://#{HOST}:#{PORT}/game/#{gameid}/robert

#dancefloor

0 comments on commit 0fa5617

Please sign in to comment.