Skip to content

Commit

Permalink
fixed form
Browse files Browse the repository at this point in the history
  • Loading branch information
antulik committed Feb 2, 2014
1 parent 4189202 commit a438ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/home.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<form role="form" action="/play" method="post">
<div class="form-group">
<label for="play-url">Youtube URL</label>
<input type="text" class="form-control" id="play-url" placeholder="http://www.youtube.com/watch?v=Jg_IORfUXMs">
<input type="text" name='url' class="form-control" id="play-url" placeholder="http://www.youtube.com/watch?v=Jg_IORfUXMs">

</div>

Expand Down

0 comments on commit a438ff4

Please sign in to comment.