Skip to content

Commit

Permalink
Merge pull request #9384 from eduardoj/fix-apidocs
Browse files Browse the repository at this point in the history
Fix apidocs rendering
  • Loading branch information
krauselukas committed Apr 16, 2020
2 parents 32a1c6b + 89bfb1f commit 8d4ade1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api/app/views/webui/apidocs/index.html.haml
@@ -1,3 +1,5 @@
.card
.card-body
= render file: @filename, formats: [:html]
-# rubocop:disable Rails/OutputSafety
= render(file: @filename).html_safe
-# rubocop:enable Rails/OutputSafety

0 comments on commit 8d4ade1

Please sign in to comment.