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

_init_client_detection_flags.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03967bbbfcf91f5d1ec9fb165b8466f3fee1a0f8 (plain)
1
2
3
4
5
6
7
- client = client_js_flags

- if client
  = javascript_tag do
    :plain
      gl = window.gl || {};
      gl.client = #{client.to_json};