Commit 30180ed82e3525e3d12c66f28e91ef87f8064257

Authored by Dmitry Medvinsky
1 parent 292dffc2

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,5 +26,5 @@
26 - elsif user.blocked 26 - elsif user.blocked
27 %span.btn.disabled.blocked Blocked 27 %span.btn.disabled.blocked Blocked
28 - elsif allow_admin 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 %i.icon-minus.icon-white 30 %i.icon-minus.icon-white