mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add Site settings > General (#133)
This commit is contained in:
committed by
GitHub
parent
bdc4004e4a
commit
35831b9801
5
app/views/static_pages/blocked_tenant.html.erb
Normal file
5
app/views/static_pages/blocked_tenant.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="smallContainer">
|
||||
<div class="box">
|
||||
<h3><%= t('blocked_tenant.title') %></h3>
|
||||
</div>
|
||||
</div>
|
||||
6
app/views/static_pages/pending_tenant.html.erb
Normal file
6
app/views/static_pages/pending_tenant.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="smallContainer">
|
||||
<div class="box">
|
||||
<h3><%= t('pending_tenant.title') %></h3>
|
||||
<p><%= t('pending_tenant.message') %></p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user