DEV: add class for static login description section (#22002)

This commit is contained in:
Meghna 2023-06-08 19:51:41 +05:30 committed by GitHub
parent c0d3cded73
commit ccf18b5e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
<div class='login-welcome__title'>
<%= PrettyText.cook(I18n.t("login_required.welcome_message", title: SiteSetting.title)).html_safe %>
<p><%= SiteSetting.site_description %></p>
<p class='login-welcome__description'><%= SiteSetting.site_description %></p>
</div>
<% content_for :title do %><%= @title %><% end %>