Commit d3cb694edbe2fd9cd6cb1e8cb53623cd8919a745
1 parent
c359db38
Exists in
master
and in
4 other branches
Fixed icon, added helper
Showing
2 changed files
with
1 additions
and
0 deletions
Show diff stats
app/assets/images/icon-attachment.png
app/views/notes/_form.html.haml
@@ -8,6 +8,7 @@ | @@ -8,6 +8,7 @@ | ||
8 | = f.hidden_field :noteable_id | 8 | = f.hidden_field :noteable_id |
9 | = f.hidden_field :noteable_type | 9 | = f.hidden_field :noteable_type |
10 | = f.text_area :note, :size => 255 | 10 | = f.text_area :note, :size => 255 |
11 | + %p.hint Markdown is enabled. | ||
11 | 12 | ||
12 | .row | 13 | .row |
13 | .span4 | 14 | .span4 |