Skip to content

Commit 5b9f286

Browse files
author
Rhys Powell
committed
Added hint that our answer forms support Markdown
1 parent 3b67730 commit 5b9f286

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/views/answers/_form.html.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
= f.error_notification
33

44
.inputs
5-
= f.input :description, :as => :text, :label => "Answer"
5+
= f.input :description, :as => :text, :label => "Answer",
6+
:hint => "You can format your input with <a href=\"http://daringfireball.net/projects/markdown/\">Markdown</a>".html_safe
67

78
.actions
89
= f.button :submit, :value => "Post Answer", :class => "primary btn"

0 commit comments

Comments
 (0)