Add statuses and responsive utils

This commit is contained in:
Martin Lensment 2014-09-08 10:52:37 +03:00
parent 9a62319142
commit 98cbae993d
9 changed files with 128 additions and 9 deletions

View file

@ -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')