diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-02-22 23:48:49 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-02-22 23:48:49 +0800 |
commit | 91965cefebfa6b2199b9b48e79752bf62cd67305 (patch) | |
tree | a776a4483065c9cbf157648d4758963d5a3d4e00 /app | |
parent | 2b0426a4971480c6d9868ac6865d3827485fe8d1 (diff) | |
download | gitlab-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')
-rw-r--r-- | app/views/admin/application_settings/_form.html.haml | 2 |
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 |