diff options
| author | Vitaliy @blackst0ne Klachkov <blackst0ne.ru@gmail.com> | 2017-10-11 20:03:19 +1100 |
|---|---|---|
| committer | Vitaliy @blackst0ne Klachkov <blackst0ne.ru@gmail.com> | 2017-10-11 20:03:19 +1100 |
| commit | 64bb19069dba585c6e4622073e5140f052c2661a (patch) | |
| tree | 385fd2ef99886de4cde4e4bbc2bd94204f81cd61 /app/controllers/groups_controller.rb | |
| parent | 2a9147b747ded82e0970c3f8235e9d9e27bd0ab4 (diff) | |
| download | gitlab-ce-64bb19069dba585c6e4622073e5140f052c2661a.tar.gz | |
Add support for markdown preview to group milestonesmove_markdown_preview_to_concern
Diffstat (limited to 'app/controllers/groups_controller.rb')
| -rw-r--r-- | app/controllers/groups_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
