summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_form.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-08-12 20:19:52 -0500
committerDouwe Maan <douwe@selenight.nl>2016-08-12 20:19:52 -0500
commit489e8992cfb4076fb4bf7f1c68bd945d30a26bbf (patch)
tree608dc4074f5d3997dd13d9d9731a98354b393035 /app/views/shared/issuable/_form.html.haml
parentf48e898619a104aa379af0a037fb96d09ee8675f (diff)
downloadgitlab-ce-489e8992cfb4076fb4bf7f1c68bd945d30a26bbf.tar.gz
Link to slash commands documentation from form hints
Diffstat (limited to 'app/views/shared/issuable/_form.html.haml')
-rw-r--r--app/views/shared/issuable/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 7e4062c8d4d..25b29ccf70d 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -32,7 +32,7 @@
classes: 'note-textarea',
placeholder: "Write a comment or drag your files here...",
supports_slash_commands: !issuable.persisted?
- = render 'projects/notes/hints'
+ = render 'projects/notes/hints', supports_slash_commands: !issuable.persisted?
.clearfix
.error-alert