mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Improve wording for reset button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
- if current_user.can? :manage_group, @group
|
||||
.pull-right
|
||||
- if ldap_enabled? && @group.ldap_cn.present?
|
||||
= link_to reset_access_group_ldap_path(@group), class: 'btn grouped', data: { confirm: "Reset all ldap group members access to '#{@group.human_ldap_access}'?" }, method: :put do
|
||||
= link_to reset_access_group_ldap_path(@group), class: 'btn grouped', data: { confirm: "Reset the access level of all other LDAP group team members to '#{@group.human_ldap_access}'?" }, method: :put do
|
||||
Reset access
|
||||
|
||||
= link_to '#', class: 'btn btn-new js-toggle-visibility-link' do
|
||||
|
||||
Reference in New Issue
Block a user