fixed issuable templates dropdown not showing

This commit is contained in:
Phil Hughes 2017-05-25 18:46:51 +01:00
parent e20654fcc3
commit 0defc4f7cc
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ module IssuablesHelper
markdownPreviewUrl: preview_markdown_path(@project),
markdownDocs: help_page_path('user/markdown'),
projectsAutocompleteUrl: autocomplete_projects_path(project_id: @project.id),
templates: issuable_templates(issuable),
issuableTemplates: issuable_templates(issuable),
projectPath: ref_project.path,
projectNamespace: ref_project.namespace.full_path,
initialTitleHtml: markdown_field(issuable, :title),