Skip to content

Commit

Permalink
missed one form element when updating to bootstrap 2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonmwest committed Feb 8, 2012
1 parent af97da4 commit 6291132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/_methods.haml
Expand Up @@ -10,6 +10,7 @@
.control-group
%label.control-label{:for => "endpoints[#{endpointIndex}].methods[#{method_count}].MethodName"}
Method Name
.controls
%input.methodName{:name => "endpoints[#{endpointIndex}].methods[#{method_count}].MethodName", :id => "endpoints.endpoint[#{endpointIndex}].methods[#{method_count}].MethodName", :value => "#{m.MethodName}"}

.control-group
Expand Down

0 comments on commit 6291132

Please sign in to comment.