Remove unnecessary underline on accounts table (#7728)

lolsob-rspec
Yamagishi Kazutoshi 2018-06-04 20:09:36 +09:00 committed by Eugen Rochko
parent ca9ac011a5
commit f4a6f6fb89
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%tr
%td.username
= account.username
%td.domain
%td
- unless account.local?
= link_to account.domain, admin_accounts_path(by_domain: account.domain)
%td