From: Anton Khorev Date: Sat, 18 May 2024 00:11:04 +0000 (+0300) Subject: Set check/x display property using .d-block X-Git-Tag: live~898^2~2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/50d5620689d6ee4098a30ab65af199d25574b314 Set check/x display property using .d-block --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 71de054ce..d2134536e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -898,7 +898,6 @@ div.secondary-actions { height: 50px; background-image: image-url("welcome-sprite.svg"); background-size: 500px 250px; - display: block; } .sprite.x { diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 324d4659a..dafa37498 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -12,15 +12,11 @@
-
- -
+

<%= t ".whats_on_the_map.on_the_map_html", :real_and_current => tag.em(t(".whats_on_the_map.real_and_current")) %>

-
- -
+

<%= t ".whats_on_the_map.off_the_map_html", :doesnt => tag.em(t(".whats_on_the_map.doesnt")) %>