Files
astuto/app/views/static_pages/blocked_tenant.html.erb
2024-03-02 18:36:22 +01:00

7 lines
216 B
Plaintext

<div class="smallContainer">
<div class="box" style="text-align: center">
<h3><%= t('blocked_tenant.title') %></h3>
<%= image_tag("blocked-tenant.png", size: 64, style: "margin: 0 auto") %>
</div>
</div>