From: Steven Verbeek Date: Sat, 17 Mar 2012 05:24:51 +0000 (-0300) Subject: Added markdown is enabled. X-Git-Tag: v2.4.0pre~81^2~24 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c93fda2737a0edc093011b3b81d82eab0a05628c;p=wvm%2Fgitlab.git Added markdown is enabled. --- diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml index a91153e30..3eee02564 100644 --- a/app/views/issues/_form.html.haml +++ b/app/views/issues/_form.html.haml @@ -15,6 +15,7 @@ .clearfix = f.label :description, "Issue Description" .input= f.text_area :description, :maxlength => 2000, :class => "xxlarge" + %p.hint Markdown is enabled. .clearfix = f.label :assignee_id