Files
grecia/app/components/admin/tenants/new_component.html.erb
2022-12-29 15:43:16 +01:00

8 lines
322 B
Plaintext

<%= back_link_to admin_tenants_path %>
<%= header %>
<div class="callout primary">
<%= sanitize(t("admin.tenants.new.admin_information", username: current_user.username,
email: current_user.email)) %>
</div>
<%= render Admin::Tenants::FormComponent.new(tenant) %>