Commit 317963b1 authored by Ariejan de Vroom's avatar Ariejan de Vroom

Use markdown to render the project description.

parent b27f8fd5
......@@ -20,7 +20,8 @@
%span.add-on git clone
= text_field_tag :project_clone, @project.url_to_repo, :class => "xlarge one_click_select git_clone_url"
= simple_format @project.description
- if @project.description.present?
= markdown @project.description
- unless @events.blank?
%h5.cgray Recent Activity
.content_list= render @events
......
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