summaryrefslogtreecommitdiff
path: root/app/views/notes/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notes/_form.html.haml')
-rw-r--r--app/views/notes/_form.html.haml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml
index 86f0b779adb..a0def20b32d 100644
--- a/app/views/notes/_form.html.haml
+++ b/app/views/notes/_form.html.haml
@@ -10,13 +10,16 @@
%div
= f.label :note
- %cite
+ %cite.cgray markdown supported
+ %br
%br
= f.text_area :note, :size => 255
-
+
%div.attach_holder
+ %br
= f.label :attachment
- %cite (less than 10 MB)
+ %cite.cgray (less than 10 MB)
+ %br
%br
= f.file_field :attachment