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
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/peek/views/_pg.html.haml')
-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