Commit cc3d59330269c4888c95232a86f1933e5e026955
1 parent
347d0ca2
Exists in
staging
and in
4 other branches
Ask confirmation to remove user from profile
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/profile_members/_members_list.html.erb
... | ... | @@ -20,6 +20,7 @@ |
20 | 20 | :loading => "jQuery('#members-list').addClass('loading')", |
21 | 21 | :success => "jQuery('#tr-#{m.identifier}').show()", |
22 | 22 | :complete => "jQuery('#members-list').removeClass('loading')", |
23 | + :confirm => _('Are you sure you want to remove this user?'), | |
23 | 24 | :url => { :id => m }.merge(remove_action)) if m != user %> |
24 | 25 | </div> |
25 | 26 | </td> | ... | ... |