diff --git a/app/views/guides/_form.html.erb b/app/views/guides/_form.html.erb index 1e0a0b7a..9822237f 100644 --- a/app/views/guides/_form.html.erb +++ b/app/views/guides/_form.html.erb @@ -67,7 +67,10 @@ <%= f.error_list :body %> <%= file_field_tag 'attachment', multiple: true, class: "js-markdown-file-input hidden" %>

- To insert images either click here, or drag and drop them into the text area below + To insert images either click here, or drag and drop them into the text area below. +

+

+ To add an attachment, first <%= link_to "upload the file (opens in new tab)", new_upload_path, target: "_blank" %>.

<%= f.text_area :body, disabled: disable_inputs, class: 'js-markdown-image-upload input-md-12 form-control markdown-textarea text-area-auto-size text-area-auto-size-large js-text-area-auto-size', rows: 14 %>