Commit 5d4eec08 authored by Sven Strickroth's avatar Sven Strickroth

Apply markdown filter for project descriptions on explore view

Signed-off-by: default avatarSven Strickroth <email@cs-ware.de>
parent ce47dd4b
......@@ -9,8 +9,8 @@
.project-info
- if project.description.present?
%p.project-description.str-truncated
= project.description
.project-description.str-truncated
= markdown(project.description, pipeline: :description)
.repo-info
- unless project.empty_repo?
......
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