10 lines
439 B
Text
10 lines
439 B
Text
<div id="sidebar-wrapper-right" class="sidebar-wrapper sidebar-wrapper-right crayons-layout__sidebar-right">
|
|
<div id="quick-stat-card" class="crayons-card">
|
|
<div class="crayons-card__body mod-saying-hello">
|
|
<p class="fw-medium fs-2xl"><%= t("views.moderations.aside.hello") %></p>
|
|
<p>
|
|
<%= t("views.moderations.aside.thanks", community: Settings::Community.community_name) %>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|