mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 10:13:34 +02:00
Admin pendings refactored, added delete pending managament #2785
This commit is contained in:
parent
07e4c0cd96
commit
714a36f34c
11 changed files with 62 additions and 46 deletions
|
@ -10,6 +10,7 @@
|
|||
.pull-right
|
||||
- if model == 'domain'
|
||||
= render 'admin/domains/form/pending_update', f: f, status: s
|
||||
= render 'admin/domains/form/pending_delete', f: f, status: s
|
||||
= link_to(t(:delete), '#', class: 'btn btn-danger btn-xs js-destroy-status', style: delete_style)
|
||||
.panel-body
|
||||
.form-group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue