Skip to content
代码片段 群组 项目
提交 30180ed8 编辑于 作者: Dmitry Medvinsky's avatar Dmitry Medvinsky
浏览文件

Add title for "Remove from team" button

上级 292dffc2
No related branches found
No related tags found
无相关合并请求
......@@ -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
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册