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: cb0cccb8f8a15551f6bc775c976df9dcac0b1601 (plain)
1
2
3
4
5
6
7
- return unless peek_enabled?

#js-peek{ data: { env: Peek.env,
         request_id: Peek.request_id,
         peek_url: peek_routes.results_url,
         profile_url: url_for(safe_params.merge(lineprofiler: 'true')) },
         class: Peek.env }