Skip to content
Snippets Groups Projects
Commit 9e24929f authored by Colin Dean's avatar Colin Dean
Browse files

fix typo: shure -> sure

parent f230fe3d
No related branches found
No related tags found
No related merge requests found
%li{id: dom_id(team), class: "user_team_row team_#{team.id}"} %li{id: dom_id(team), class: "user_team_row team_#{team.id}"}
.pull-right .pull-right
- if can?(current_user, :admin_team_member, @project) - if can?(current_user, :admin_team_member, @project)
= link_to resign_project_team_path(@project, team), method: :delete, confirm: "Are you shure?", class: "btn btn-remove btn-tiny" do = link_to resign_project_team_path(@project, team), method: :delete, confirm: "Are you sure?", class: "btn btn-remove btn-tiny" do
%i.icon-minus.icon-white %i.icon-minus.icon-white
   
%strong= link_to team.name, team_path(team), title: team.name, class: "dark" %strong= link_to team.name, team_path(team), title: team.name, class: "dark"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment