debian-mirror-gitlab/app/views/layouts/_init_auto_complete.html.haml
2016-08-24 12:49:21 +05:30

8 lines
352 B
Text

- project = @target_project || @project
- noteable_class = @noteable.class if @noteable.present?
:javascript
GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_namespace_project_path(project.namespace, project, type: noteable_class, type_id: params[:id])}"
GitLab.GfmAutoComplete.cachedData = undefined;
GitLab.GfmAutoComplete.setup();