mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 00:56:59 +02:00
UI housekeeping
This commit is contained in:
parent
9202ce9a72
commit
62771fc383
1 changed files with 9 additions and 7 deletions
|
@ -30,7 +30,7 @@
|
|||
<h3 class="card-title">{{ __('Send Registrar Notification') }}</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form method="post" action="/registrars/notify">
|
||||
<form method="post" action="/registrars/notify">
|
||||
{{ csrf.field | raw }}
|
||||
<!-- Select Registrars -->
|
||||
<div class="mb-3">
|
||||
|
@ -68,13 +68,15 @@
|
|||
<label class="form-label">{{ __('Message') }}</label>
|
||||
<textarea name="message" class="form-control" rows="4" placeholder="{{ __('Type your message...') }}" required></textarea>
|
||||
</div>
|
||||
|
||||
<!-- Submit Button -->
|
||||
<div class="text-end">
|
||||
<button type="submit" class="btn btn-primary">{{ __('Send Notification') }}</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-auto">
|
||||
<button type="submit" class="btn btn-primary">{{ __('Send Notification') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue