From 473db1f9743f6f07b7c3d7fa53170d01662f9c82 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 18 Aug 2016 19:44:09 -0500 Subject: [PATCH] Add descriptions --- app/views/groups/group_members/_new_group_member.html.haml | 2 ++ app/views/projects/group_links/index.html.haml | 2 ++ .../projects/project_members/_new_project_member.html.haml | 2 ++ 3 files changed, 6 insertions(+) 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" 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 diff --git a/app/views/projects/project_members/_new_project_member.html.haml b/app/views/projects/project_members/_new_project_member.html.haml index 96d05c7fd65..fa8cbf71733 100644 --- a/app/views/projects/project_members/_new_project_member.html.haml +++ b/app/views/projects/project_members/_new_project_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 project. .form-actions = f.submit 'Add users to project', class: "btn btn-create"