From 64bb19069dba585c6e4622073e5140f052c2661a Mon Sep 17 00:00:00 2001 From: "Vitaliy @blackst0ne Klachkov" Date: Wed, 11 Oct 2017 20:03:19 +1100 Subject: Add support for markdown preview to group milestones --- app/controllers/groups_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/groups_controller.rb') diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 3769a2cde33..a962d82e3b5 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -2,6 +2,7 @@ class GroupsController < Groups::ApplicationController include IssuesAction include MergeRequestsAction include ParamsBackwardCompatibility + include PreviewMarkdown respond_to :html -- cgit v1.2.3