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

_init_auto_complete.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c58f10e759f30200430684c241545265cbe1e97 (plain)
1
2
3
:javascript
  GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_namespace_project_path(@project.namespace, @project, type: @noteable.class, type_id: params[:id])}"
  GitLab.GfmAutoComplete.setup();