Skip to content

Commit

Permalink
value typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miharekar committed Jul 28, 2014
1 parent dc21c72 commit eb3981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/games/_form.html.erb
@@ -1,7 +1,7 @@
<%= form_for @game, :html => {class: "form-horizontal"} do |f| %>
<%= f.error_messages %>
<%= f.hidden_field :min_number_of_players_per_team, value: 1, :class => "input-mini" %>
<%= f.hidden_field :min_number_of_teams, valu: 2, :class => "input-mini" %>
<%= f.hidden_field :min_number_of_teams, value: 2, :class => "input-mini" %>

<h1>New Game</h1>

Expand Down

0 comments on commit eb3981e

Please sign in to comment.