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

_bar.html.haml « peek « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9725f640be95eb76561d0a4f656ff0e0d500ccfc (plain)
1
2
3
4
5
6
- return unless performance_bar_enabled?

#js-peek{ data: { env: Peek.env,
         request_id: peek_request_id,
         peek_url: "#{peek_routes_path}/results" },
         class: Peek.env }