]> git.openstreetmap.org Git - rails.git/commitdiff
Set both light and dark banner themes
authorAnton Khorev <tony29@yandex.ru>
Mon, 6 May 2024 15:02:50 +0000 (18:02 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 9 May 2024 14:06:10 +0000 (17:06 +0300)
app/views/layouts/_banner.html.erb

index 344c5ed711fb316e7e8e647fbe73db888beb3d84..3d2c7f774e1c48c3ab31e85497e7761dd1850be6 100644 (file)
@@ -1,5 +1,5 @@
 <% unless (banner = next_banner()).nil? %>
-  <%= tag.div :id => "banner", :class => "position-relative", :data => { :bs_theme => token_list(:dark => banner[:dark]) } do %>
+  <%= tag.div :id => "banner", :class => "position-relative", :data => { :bs_theme => (banner[:dark] ? "dark" : "light") } do %>
     <%= link_to (image_tag banner[:img], :srcset => banner[:srcset], :alt => banner[:alt], :title => banner[:alt]), banner[:link] %>
     <button type="button"
             class="btn-close position-absolute top-0 end-0 m-4 opacity-100 bg-white bg-opacity-50"