Commit 3432c9aed7c5372637f317e210b05c4a701cbc9d
Exists in
master
and in
4 other branches
Merge pull request #3072 from dmedvinsky/add-title-remove-member
Add title for "Remove from team" button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/teams/members/_show.html.haml
... | ... | @@ -26,5 +26,5 @@ |
26 | 26 | - elsif user.blocked |
27 | 27 | %span.btn.disabled.blocked Blocked |
28 | 28 | - elsif allow_admin |
29 | - = link_to team_member_path(@team, user), confirm: remove_from_user_team_message(@team, user), method: :delete, class: "btn-tiny btn btn-remove" do | |
29 | + = 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 | |
30 | 30 | %i.icon-minus.icon-white | ... | ... |