Skip to content

Commit

Permalink
fix the name of the name field in the form
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed May 27, 2009
1 parent bfee679 commit c705441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/home.haml
Expand Up @@ -8,6 +8,6 @@
#team{:style => 'display: none;'} #team{:style => 'display: none;'}
%form{:action => '/teams', :method => 'post'} %form{:action => '/teams', :method => 'post'}
%label{:for => 'name'} Team name %label{:for => 'name'} Team name
%input{:id => 'name', :name => 'name', :type => 'text'} %input{:id => 'name', :name => 'team[name]', :type => 'text'}
%button Go %button Go


0 comments on commit c705441

Please sign in to comment.