Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-29 00:56:52 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-02 20:04:10 +0300
commit2a5c963b7cd2dc1cf1e6b4d1a291c37d313b5813 (patch)
tree3ce3ab9bde9482e57abe7497c391adcd6330eef5 /app/views/groups/show.html.haml
parentd85a7437a5651a93fc20d9bf7f183293151adb77 (diff)
Render Group and Project descriptions with our Markdown pipeline
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 1678311141e..f42007da073 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -11,7 +11,7 @@
@#{@group.path}
- if @group.description.present?
.description
- = escaped_autolink(@group.description)
+ = markdown(@group.description)
%hr
= render 'shared/show_aside'