diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-09-06 13:41:20 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-09-06 13:41:20 +0100 |
commit | 051623d215d6a00983b5c247a7c83f474387622d (patch) | |
tree | 4b8a93bf2521dd8016dad1600a21d1d844ee403a /app/views/shared/_auto_devops_callout.html.haml | |
parent | 5dd1d5782e748382cfef14a87efbdcea3b8bbbb2 (diff) | |
download | gitlab-ce-051623d215d6a00983b5c247a7c83f474387622d.tar.gz |
Updates illustration
Adds namespace to i18n support
Diffstat (limited to 'app/views/shared/_auto_devops_callout.html.haml')
-rw-r--r-- | app/views/shared/_auto_devops_callout.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_auto_devops_callout.html.haml b/app/views/shared/_auto_devops_callout.html.haml index ab377d32915..fe0f1daf9f2 100644 --- a/app/views/shared/_auto_devops_callout.html.haml +++ b/app/views/shared/_auto_devops_callout.html.haml @@ -9,7 +9,7 @@ %h4= _('Auto DevOps (Beta)') %p= _('Auto DevOps can be activated for this project. It will automatically build, test, and deploy your application based on a predefined CI/CD configuration.') %p - #{s_('Learn more in the')} + #{s_('LearnMoreInThe|Learn more in the')} = link_to _('Auto DevOps documentation'), help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer' = link_to _('Enable in settings'), project_settings_ci_cd_path(@project), class: 'btn btn-primary js-close-callout' |