DEV: add class for static login description section (#22002)
This commit is contained in:
parent
c0d3cded73
commit
ccf18b5e44
|
@ -12,7 +12,7 @@
|
||||||
<div class='login-welcome__title'>
|
<div class='login-welcome__title'>
|
||||||
<%= PrettyText.cook(I18n.t("login_required.welcome_message", title: SiteSetting.title)).html_safe %>
|
<%= 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>
|
</div>
|
||||||
|
|
||||||
<% content_for :title do %><%= @title %><% end %>
|
<% content_for :title do %><%= @title %><% end %>
|
||||||
|
|
Loading…
Reference in New Issue