diff options
| author | Kushal Pandya <kushal@gitlab.com> | 2016-12-23 15:57:41 +0530 |
|---|---|---|
| committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-31 11:43:08 +0530 |
| commit | 598d8cab324782906c84e830b5e880949c0c7a83 (patch) | |
| tree | 284da689b5e9e3750b54bcf781c2401fb7336f52 /app/views/admin | |
| parent | 6f6f546bc23fa6d5b2ee6a41cf8cded243b8d962 (diff) | |
| download | gitlab-ce-598d8cab324782906c84e830b5e880949c0c7a83.tar.gz | |
HAMLLint: Fix `SpaceBeforeScript` offences
Diffstat (limited to 'app/views/admin')
| -rw-r--r-- | app/views/admin/broadcast_messages/index.html.haml | 2 | ||||
| -rw-r--r-- | app/views/admin/hooks/index.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/broadcast_messages/index.html.haml b/app/views/admin/broadcast_messages/index.html.haml index c05538a393c..4f2ae081d7a 100644 --- a/app/views/admin/broadcast_messages/index.html.haml +++ b/app/views/admin/broadcast_messages/index.html.haml @@ -10,7 +10,7 @@ %br.clearfix --if @broadcast_messages.any? +- if @broadcast_messages.any? %table.table %thead %tr diff --git a/app/views/admin/hooks/index.html.haml b/app/views/admin/hooks/index.html.haml index 78ba8c39c67..551edf14361 100644 --- a/app/views/admin/hooks/index.html.haml +++ b/app/views/admin/hooks/index.html.haml @@ -54,7 +54,7 @@ = f.submit "Add System Hook", class: "btn btn-create" %hr --if @hooks.any? +- if @hooks.any? .panel.panel-default .panel-heading System hooks (#{@hooks.count}) |
