Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-08-19 03:44:09 +0300
committerDouwe Maan <douwe@selenight.nl>2016-08-19 03:44:09 +0300
commit473db1f9743f6f07b7c3d7fa53170d01662f9c82 (patch)
treed996b2511825d4c96a6f1693d18965e5e795445f /app/views/groups
parent4d07319b38b20609b385aa9510001b203f5b1224 (diff)
Add descriptions
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/group_members/_new_group_member.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/group_members/_new_group_member.html.haml b/app/views/groups/group_members/_new_group_member.html.haml
index 33228f31786..2fb3190ab11 100644
--- a/app/views/groups/group_members/_new_group_member.html.haml
+++ b/app/views/groups/group_members/_new_group_member.html.haml
@@ -20,6 +20,8 @@
.clearable-input
= text_field_tag :expires_at, nil, class: 'form-control js-access-expiration-date', placeholder: 'Select access expiration date'
%i.clear-icon.js-clear-input
+ .help-block
+ On this date, the user(s) will automatically lose access to this group and all of its projects.
.form-actions
= f.submit 'Add users to group', class: "btn btn-create"