We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ce1699 + 6b80d23 commit 44e8ea3Copy full SHA for 44e8ea3
app/views/teams/_similar_teams.html.haml
@@ -12,4 +12,4 @@
12
- unless exact_team_exists?(@teams, @team)
13
.just-create-team
14
%h3 None of the above are my team
15
- = link_to "Create team #{@team.name}", teams_path(@team, :team => {:name => @team.name}, :selected => false), :remote => true, :method => :post, :class => "create-team"
+ = link_to "Create team #{@team.name}", teams_path(@team, :team => {:name => @team.name, :selected => false}), :remote => true, :method => :post, :class => "create-team"
0 commit comments