debian-mirror-gitlab/app/views/layouts/_init_auto_complete.html.haml
2022-03-02 08:16:31 +05:30

12 lines
358 B
Text

- object = @target_project || @project || @group
- noteable_type = @noteable_type || @noteable&.class
- datasources = autocomplete_data_sources(object, noteable_type)
- if object
= javascript_tag do
:plain
gl = window.gl || {};
gl.GfmAutoComplete = gl.GfmAutoComplete || {};
gl.GfmAutoComplete.dataSources = #{datasources.to_json};