Commit d0a56f25 authored by Siddharth Asthana's avatar Siddharth Asthana

Pass formats explicitly when rendering .md file

Changelog: other
EE: true
parent f6ac0382
......@@ -36,6 +36,7 @@ module Issues
def render_description(vulnerability)
ApplicationController.render(
template: 'vulnerabilities/issue_description',
formats: :md,
locals: { vulnerability: vulnerability }
)
end
......
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