Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-08 00:51:13 +0300
committerRémy Coutable <remy@rymai.me>2017-06-09 18:21:39 +0300
commitb173ae6b48323b22f5650e97cd797fa9c49e6cd8 (patch)
tree9c1266742aa0b8e785fab9a6054b32d4029ba22e /app/views
parentaf0c69170695f43b15db9c93ae2f2b8ebaaa96b6 (diff)
Fix linting, route, and specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/peek/views/_pg.html.haml6
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