From d3cb694edbe2fd9cd6cb1e8cb53623cd8919a745 Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 24 Mar 2012 14:42:45 -0300 Subject: [PATCH] Fixed icon, added helper --- app/assets/images/icon-attachment.png | Bin 406 -> 0 bytes app/views/notes/_form.html.haml | 1 + 2 files changed, 1 insertion(+), 0 deletions(-) diff --git a/app/assets/images/icon-attachment.png b/app/assets/images/icon-attachment.png index ded6d14..168ad8d 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 10545f5..22bb3b9 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 -- libgit2 0.21.2