Add title for "Remove from team" button
This commit is contained in:
parent
292dffc228
commit
30180ed82e
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@
|
|||
- elsif user.blocked
|
||||
%span.btn.disabled.blocked Blocked
|
||||
- elsif allow_admin
|
||||
= link_to team_member_path(@team, user), confirm: remove_from_user_team_message(@team, user), method: :delete, class: "btn-tiny btn btn-remove" do
|
||||
= link_to team_member_path(@team, user), confirm: remove_from_user_team_message(@team, user), method: :delete, class: "btn-tiny btn btn-remove", title: "Remove from team" do
|
||||
%i.icon-minus.icon-white
|
||||
|
|
Loading…
Reference in a new issue