summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_form.html.haml
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-02-22 23:48:49 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-02-22 23:48:49 +0800
commit91965cefebfa6b2199b9b48e79752bf62cd67305 (patch)
treea776a4483065c9cbf157648d4758963d5a3d4e00 /app/views/admin/application_settings/_form.html.haml
parent2b0426a4971480c6d9868ac6865d3827485fe8d1 (diff)
downloadgitlab-ce-91965cefebfa6b2199b9b48e79752bf62cd67305.tar.gz
Remove syntax help link and update screenshot
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9219#note_23943262
Diffstat (limited to 'app/views/admin/application_settings/_form.html.haml')
-rw-r--r--app/views/admin/application_settings/_form.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 0287533ab23..057b584e1bc 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -221,8 +221,6 @@
.help-block
Set the default expiration time for each job's artifacts.
0 for unlimited.
- = surround '(', ')' do
- = link_to 'syntax', help_page_path('ci/yaml/README', anchor: 'artifactsexpire_in')
= link_to icon('question-circle'), help_page_path('user/admin_area/settings/continuous_integration', anchor: 'default-artifacts-expiration')
- if Gitlab.config.registry.enabled