Skip to content
Snippets Groups Projects
Commit ed11ca13 authored by Ariejan de Vroom's avatar Ariejan de Vroom
Browse files

Added form hint about markdown for the project description

parent 317963b1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment