mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Added Registrar feature tests
This commit is contained in:
parent
bcb283e2f1
commit
45bed63cad
12 changed files with 218 additions and 25 deletions
|
@ -22,4 +22,4 @@
|
|||
= link_to(t(:edit), edit_registrar_contact_path(c[:code]), class: 'btn btn-primary btn-xs')
|
||||
= link_to(t(:delete), delete_registrar_contact_path(c[:code]), class: 'btn btn-default btn-xs')
|
||||
|
||||
= paginate @paginatable_array
|
||||
= paginate @paginatable_array
|
||||
|
|
|
@ -44,4 +44,4 @@
|
|||
= link_to(t(:delete), delete_registrar_domains_path(domain_name: x['name']),
|
||||
class: 'btn btn-default btn-xs')
|
||||
|
||||
= paginate @paginatable_array
|
||||
= paginate @paginatable_array
|
||||
|
|
|
@ -1 +1 @@
|
|||
invoices
|
||||
invoices index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue