Commit 95eba3aa authored by Kamil Trzcinski's avatar Kamil Trzcinski

Improve after code-review

parent 9bed20d2
...@@ -18,9 +18,9 @@ module AutoDevopsHelper ...@@ -18,9 +18,9 @@ module AutoDevopsHelper
} }
if missing_domain if missing_domain
_('Auto Review Apps and Auto Deploy need a domain name and the %s to work correctly.') % params _('Auto Review Apps and Auto Deploy need a domain name and the %{kubernetes} to work correctly.') % params
else else
_('Auto Review Apps and Auto Deploy need the %s to work correctly.') % params _('Auto Review Apps and Auto Deploy need the %{kubernetes} to work correctly.') % params
end end
elsif missing_domain elsif missing_domain
_('Auto Review Apps and Auto Deploy need a domain name to work correctly.') _('Auto Review Apps and Auto Deploy need a domain name to work correctly.')
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
%button.btn.js-settings-toggle %button.btn.js-settings-toggle
= expanded ? 'Collapse' : 'Expand' = expanded ? 'Collapse' : 'Expand'
%p %p
Update your CI/CD configuration. You need a CI/CD configuration file or Auto DevOps enabled in order to use pipelines. Update your CI/CD configuration, like job timeout or Auto DevOps.
.settings-content.no-animate{ class: ('expanded' if expanded) } .settings-content.no-animate{ class: ('expanded' if expanded) }
= render 'projects/pipelines_settings/show' = render 'projects/pipelines_settings/show'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment