Fix SVG rendering in application template
We were rendering an escaped version of the SVG in this template where we should have been rendering the SVG itself. Fixes #1158.
This commit is contained in:
parent
1855672e7c
commit
c73b54a1da
|
@ -39,4 +39,4 @@
|
|||
= content_for?(:content) ? yield(:content) : yield
|
||||
|
||||
.logo-resources
|
||||
= render file: Rails.root.join('app', 'javascript', 'images', 'hometown.svg')
|
||||
= raw render file: Rails.root.join('app', 'javascript', 'images', 'hometown.svg')
|
||||
|
|
Loading…
Reference in New Issue