gitlab-org--gitlab-foss/app/views/layouts/_init_auto_complete.html.haml

4 lines
178 B
Plaintext
Raw Normal View History

:javascript
2014-03-25 07:40:49 -04:00
GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_project_path(@project, type: @noteable.class, type_id: params[:id])}"
2013-06-21 15:08:16 -04:00
GitLab.GfmAutoComplete.setup();