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/projects/group_links
parent4d07319b38b20609b385aa9510001b203f5b1224 (diff)
Add descriptions
Diffstat (limited to 'app/views/projects/group_links')
-rw-r--r--app/views/projects/group_links/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/group_links/index.html.haml b/app/views/projects/group_links/index.html.haml
index 7a93b87df1c..ca700cb3a3b 100644
--- a/app/views/projects/group_links/index.html.haml
+++ b/app/views/projects/group_links/index.html.haml
@@ -22,6 +22,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, all users in the group will automatically lose access to this project.
= submit_tag "Share", class: "btn btn-create"
.col-lg-9.col-lg-offset-3
%hr