mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Design
This commit is contained in:
parent
7b88e6e028
commit
eac302bafb
6 changed files with 51 additions and 7 deletions
|
@ -21,7 +21,7 @@
|
|||
%td= x.ipv6
|
||||
%td
|
||||
= link_to(t('shared.edit'), root_path, class: 'btn btn-primary btn-xs')
|
||||
= link_to(t('shared.delete'), root_path, method: :delete, data: { confirm: t('shared.are_you_sure') }, class: 'btn btn-danger btn-xs')
|
||||
= link_to(t('shared.delete'), [:admin, x], method: :delete, data: { confirm: t('shared.are_you_sure') }, class: 'btn btn-danger btn-xs')
|
||||
- if @domain.errors.messages[:nameservers]
|
||||
%tfoot
|
||||
- @domain.errors.messages[:nameservers].each do |x|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue