Commit c93fda2737a0edc093011b3b81d82eab0a05628c
1 parent
1b969850
Exists in
master
and in
4 other branches
Added markdown is enabled.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/issues/_form.html.haml
@@ -15,6 +15,7 @@ | @@ -15,6 +15,7 @@ | ||
15 | .clearfix | 15 | .clearfix |
16 | = f.label :description, "Issue Description" | 16 | = f.label :description, "Issue Description" |
17 | .input= f.text_area :description, :maxlength => 2000, :class => "xxlarge" | 17 | .input= f.text_area :description, :maxlength => 2000, :class => "xxlarge" |
18 | + %p.hint Markdown is enabled. | ||
18 | 19 | ||
19 | .clearfix | 20 | .clearfix |
20 | = f.label :assignee_id | 21 | = f.label :assignee_id |