Fix background images with special characters

Just like we did for budgets, we're doing the same thing in all the
places where we render background images attached by either regular
users or administrators.

This way we correctly render background images with characters like
brackets or quotes.
This commit is contained in:
Javi Martín
2023-06-27 14:53:58 +02:00
parent 3a623c070f
commit ad26c5cf9f
7 changed files with 22 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<%= raw setting["html.per_page_code_body"] %>
<div class="wrapper">
<div class="auth-image small-12 medium-3 column"
style="background-image: url(<%= asset_url(image_path_for("auth_bg.jpg")) %>)">
style="<%= attached_background_css asset_url(image_path_for("auth_bg.jpg")) %>">
<h1 class="logo margin">
<%= link_to root_path do %>
<%= image_tag(image_path_for("logo_header.png"), class: "float-left", alt: setting["org_name"]) %>