Commit c43ac3c7212b3f64f8a23c0ec362d98a1f123679
1 parent
66d64ad4
Exists in
master
and in
4 other branches
Small fix.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/views/issues/_form.html.haml
... | ... | @@ -14,7 +14,8 @@ |
14 | 14 | |
15 | 15 | .clearfix |
16 | 16 | = f.label :description, "Issue Details" |
17 | - .input= f.text_area :description, :maxlength => 2000, :class => "xxlarge" | |
17 | + .input | |
18 | + = f.text_area :description, :maxlength => 2000, :class => "xxlarge" | |
18 | 19 | %p.hint Markdown is enabled. |
19 | 20 | |
20 | 21 | .clearfix | ... | ... |