diff --git a/app/assets/images/icon-attachment.png b/app/assets/images/icon-attachment.png index ded6d145..168ad8dc 100644 Binary files a/app/assets/images/icon-attachment.png and b/app/assets/images/icon-attachment.png differ diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml index 10545f58..22bb3b98 100644 --- a/app/views/notes/_form.html.haml +++ b/app/views/notes/_form.html.haml @@ -8,6 +8,7 @@ = f.hidden_field :noteable_id = f.hidden_field :noteable_type = f.text_area :note, :size => 255 + %p.hint Markdown is enabled. .row .span4