diff options
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/serverless/functions/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/services/_integrations.html.haml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/serverless/functions/index.html.haml b/app/views/projects/serverless/functions/index.html.haml index 09f4e556949..2f1da453c0a 100644 --- a/app/views/projects/serverless/functions/index.html.haml +++ b/app/views/projects/serverless/functions/index.html.haml @@ -10,6 +10,8 @@ help_path: help_page_path('user/project/clusters/serverless/index') } } %div{ class: [('limit-container-width' unless fluid_layout)] } + .js-serverless-survey-banner{ data: { user_name: current_user.name, user_email: current_user.email } } + .js-serverless-functions-notice .flash-container diff --git a/app/views/projects/services/_integrations.html.haml b/app/views/projects/services/_integrations.html.haml index e51585e55a4..24aeb598d7b 100644 --- a/app/views/projects/services/_integrations.html.haml +++ b/app/views/projects/services/_integrations.html.haml @@ -12,7 +12,7 @@ %th{ role: 'columnheader', scope: 'col', 'aria-colindex': 4 }= _('Last updated') %tbody{ role: 'rowgroup' } - - @integrations&.each do |integration| + - @integrations.each do |integration| %tr{ role: 'row' } %td{ role: 'cell', 'aria-colindex': 1 } = boolean_to_icon integration.activated? |