Fix spelling of AutoDevopsHelper
This commit is contained in:
parent
2f74400314
commit
440e93114e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
module AutoDevOpsHelper
|
module AutoDevopsHelper
|
||||||
def show_auto_devops_callout?(project)
|
def show_auto_devops_callout?(project)
|
||||||
show_callout?('auto_devops_settings_dismissed') &&
|
show_callout?('auto_devops_settings_dismissed') &&
|
||||||
can?(current_user, :admin_pipeline, project) &&
|
can?(current_user, :admin_pipeline, project) &&
|
||||||
|
|
Loading…
Reference in a new issue