Browse Source

Remove unnecessary underline on accounts table (#7728)

pull/4/head
Yamagishi Kazutoshi 5 years ago
committed by Eugen Rochko
parent
commit
c0fc4e9935
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admin/accounts/_account.html.haml

+ 1
- 1
app/views/admin/accounts/_account.html.haml 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

Loading…
Cancel
Save