mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 22:05:48 +08:00
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'>
|
||||
<%= 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 %>
|
||||
|
|
Loading…
Reference in New Issue
Block a user