Added form hint about markdown for the project description

This commit is contained in:
Ariejan de Vroom 2012-03-14 12:39:33 +02:00
parent 317963b1ab
commit ed11ca13e8
2 changed files with 8 additions and 1 deletions

View file

@ -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;
}

View file

@ -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