Skip to content

Commit ae6bc2f

Browse files
author
Rhys Powell
committed
Added hint that our question form supports Markdown
Closes #114
1 parent 5b9f286 commit ae6bc2f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/views/questions/_form.html.haml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
.inputs
66
= f.input :title, :hint => "What's your question?"
7-
= f.input :description, :as => :text, :hint => "Provide some details about your problem to help diagnose it"
7+
= f.input :description, :as => :text,
8+
:hint => "Provide some details about your problem to help diagnose it You can format your input with <a href=\"http://daringfireball.net/projects/markdown/\">Markdown</a>".html_safe
89

910
.actions
10-
= f.button :submit , 'Ask Everyone', :class => "primary btn"
11+
= f.button :submit , 'Ask Everyone', :class => "primary btn"

0 commit comments

Comments
 (0)