nas/app/views/auth/confirmations/limitation_error.html.haml
KMY(雪あすか) e317edecb8
Add: #348 新規登録の上限人数 (#527)
* Add: #348 新規登録の上限人数

* Fix test

* Fix test

* Wip

* Fix test

* Add invite support

* Wip

* Fix test

* Fix test

* Fix test
2024-02-12 22:05:32 +09:00

11 lines
364 B
Text

- content_for :page_title do
= t('auth.registration_limit.title')
= form_tag root_url, method: 'GET', class: 'simple_form' do
= render 'auth/shared/progress', stage: 'confirm'
%h1.title= t('auth.registration_limit.title')
%p.lead= t('auth.registration_limit.hint_html')
.actions
= button_tag t('challenge.confirm'), class: 'button', type: :submit