Skip to content
Snippets Groups Projects
Commit a2d6af97 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'explore-markdown' into 'master'

Apply markdown filter for project descriptions on explore view

When you open the explore page, then the project descriptions are not rendered correctly (e.g., https://gitlab.com/search?search=tortoisegit).

See merge request !1098
parents a1e6fc15 5d4eec08
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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?
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