mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Add statuses and responsive utils
This commit is contained in:
parent
9a62319142
commit
98cbae993d
9 changed files with 128 additions and 9 deletions
|
@ -12,4 +12,7 @@
|
|||
%tr
|
||||
%td= link_to(x, root_path)
|
||||
%td= x.email
|
||||
%td= link_to(t('shared.edit'), root_path, class: 'btn btn-primary btn-xs')
|
||||
%td
|
||||
= link_to(t('shared.edit'), root_path, class: 'btn btn-primary btn-xs')
|
||||
= link_to(t('shared.detach'), root_path, method: :delete, data: { confirm: t('shared.are_you_sure') }, class: 'btn btn-warning btn-xs')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue