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

- if client
  -# haml-lint:disable InlineJavaScript
  :javascript
    gl = window.gl || {};
    gl.client = #{client.to_json};