Updates illustration
Adds namespace to i18n support
This commit is contained in:
parent
5dd1d5782e
commit
051623d215
2 changed files with 55 additions and 2 deletions
|
@ -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'
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue