summaryrefslogtreecommitdiff
path: root/app/views/layouts/_init_client_detection_flags.html.haml
blob: 6537b86085fb6aa07a54003ba30bf3b04599f593 (plain)
1
2
3
4
5
6
7
- client = client_js_flags

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