From 20a6e0fab6b0f685d6b11a6cc21549b3dc97c93c Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 12 May 2024 17:58:21 +0300 Subject: [PATCH] Use bg-body in "log in / sign up to access" messages --- app/views/sessions/new.html.erb | 2 +- app/views/users/new.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %>
-- 2.39.5