summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthemaze75 <maze@novisoft.com>2015-06-05 17:16:32 +0000
committerthemaze75 <maze@novisoft.com>2015-06-05 17:16:32 +0000
commit791b6cb276a3e627a6830fa9d64a2be8af8e248b (patch)
tree5383a543c11c33c7bb8a465ae9bdb4552bc95c4c
parent84a414fe534ebb60c8e7396c245486be521e2a11 (diff)
downloadgitlab-ce-themaze75/gitlab-ce-feature-session-expire-seconds-ui.tar.gz
Added GitLab restart required help block to session_expire_secondsthemaze75/gitlab-ce-feature-session-expire-seconds-ui
-rw-r--r--app/views/admin/application_settings/_form.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 9de29e50d15..b5ee317154b 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -87,6 +87,7 @@
= f.label :session_expire_seconds, 'Session duration (seconds)', class: 'control-label col-sm-2'
.col-sm-10
= f.number_field :session_expire_seconds, class: 'form-control'
+ %span.help-block#session_expire_seconds_help_block GitLab restart is required to apply changes
.form-group
= f.label :restricted_signup_domains, 'Restricted domains for sign-ups', class: 'control-label col-sm-2'
.col-sm-10
@@ -101,4 +102,4 @@
Allow users to register any application to use GitLab as an OAuth provider
.form-actions
- = f.submit 'Save', class: 'btn btn-primary'
+ = f.submit 'Save', class: 'btn btn-primary' \ No newline at end of file