diff options
Diffstat (limited to 'app/views/projects/services')
-rw-r--r-- | app/views/projects/services/_integrations.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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? |