diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-07 23:51:13 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-09 17:21:39 +0200 |
commit | b173ae6b48323b22f5650e97cd797fa9c49e6cd8 (patch) | |
tree | 9c1266742aa0b8e785fab9a6054b32d4029ba22e /app/views/peek | |
parent | af0c69170695f43b15db9c93ae2f2b8ebaaa96b6 (diff) | |
download | gitlab-ce-b173ae6b48323b22f5650e97cd797fa9c49e6cd8.tar.gz |
Fix linting, route, and specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/views/peek')
-rw-r--r-- | app/views/peek/views/_pg.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/peek/views/_pg.html.haml b/app/views/peek/views/_pg.html.haml index 7a1901eb7d2..e38c07a6097 100644 --- a/app/views/peek/views/_pg.html.haml +++ b/app/views/peek/views/_pg.html.haml @@ -1,8 +1,8 @@ %strong %a#peek-show-queries{ href: '#' } - %span{ data: { defer_to: "#{view.defer_key}-duration" }}... + %span{ data: { defer_to: "#{view.defer_key}-duration" } }... \/ - %span{ data: { defer_to: "#{view.defer_key}-calls" }}... + %span{ data: { defer_to: "#{view.defer_key}-calls" } }... #modal-peek-pg-queries.modal{ tabindex: -1 } .modal-dialog #modal-peek-pg-queries-content.modal-content @@ -10,5 +10,5 @@ %a.close{ href: "#", "data-dismiss" => "modal" } × %h4 SQL queries - .modal-body{ data: { defer_to: "#{view.defer_key}-queries" }}... + .modal-body{ data: { defer_to: "#{view.defer_key}-queries" } }... pg |