Skip to content

Commit

Permalink
Added placeholder text to remind players to provide URL scheme when r…
Browse files Browse the repository at this point in the history
…egistering.
  • Loading branch information
PeterbeeWestmacott committed Mar 31, 2014
1 parent 8a2dc1c commit 5d85b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/add_player.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%input{ :type => "text", :id => "name", :name => "name" }

%label{ :for => "name" }URL:
%input{ :type => "text", :id => "url", :name => "url" }
%input{ :type => "text", :id => "url", :name => "url", :placeholder => "http://..."}

%input{ :type => "submit", :value => "Submit"}

0 comments on commit 5d85b2f

Please sign in to comment.