Commit 9e24929f162249ad2b2bfb8905be416d7148b40d

Authored by Colin Dean
1 parent f230fe3d

fix typo: shure -> sure

app/views/team_members/_assigned_team.html.haml
1 %li{id: dom_id(team), class: "user_team_row team_#{team.id}"} 1 %li{id: dom_id(team), class: "user_team_row team_#{team.id}"}
2 .pull-right 2 .pull-right
3 - if can?(current_user, :admin_team_member, @project) 3 - if can?(current_user, :admin_team_member, @project)
4 - = link_to resign_project_team_path(@project, team), method: :delete, confirm: "Are you shure?", class: "btn btn-remove btn-tiny" do 4 + = link_to resign_project_team_path(@project, team), method: :delete, confirm: "Are you sure?", class: "btn btn-remove btn-tiny" do
5 %i.icon-minus.icon-white 5 %i.icon-minus.icon-white
6 6
7 %strong= link_to team.name, team_path(team), title: team.name, class: "dark" 7 %strong= link_to team.name, team_path(team), title: team.name, class: "dark"