From: Anton Khorev Date: Sun, 12 May 2024 14:58:21 +0000 (+0300) Subject: Use bg-body in "log in / sign up to access" messages X-Git-Tag: live~558^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/20a6e0fab6b0f685d6b11a6cc21549b3dc97c93c?hp=c2977d605116a87234079d522231104a5fb84dd1 Use bg-body in "log in / sign up to access" messages --- diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index d30eb6697..71c0a14f3 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -7,7 +7,7 @@ <% content_for :heading do %> <% if @client_app_name %> -

<%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %>

+

<%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %>

<% end %>
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index bf96c4577..a2a068360 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -7,7 +7,7 @@ <% content_for :heading do %> <% if @client_app_name %> -

<%= t(".signup_to_authorize_html", :client_app_name => @client_app_name) %>

+

<%= t(".signup_to_authorize_html", :client_app_name => @client_app_name) %>

<% end %>