Commit ed11ca13 authored by Ariejan de Vroom's avatar Ariejan de Vroom

Added form hint about markdown for the project description

parent 317963b1
......@@ -921,3 +921,8 @@ p.time {
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.hint {
font-style: italic;
color: #999;
}
......@@ -48,7 +48,9 @@
.clearfix
= f.label :description
.input= f.text_area :description, :placeholder => "project description", :class => "xlarge", :rows => 4
.input
= f.text_area :description, :placeholder => "project description", :class => "xlarge", :rows => 4
%p.hint Markdown is enabled.
%br
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment