mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Remove unnecessary underline on accounts table (#7728)
This commit is contained in:
parent
1bbe81030c
commit
c0fc4e9935
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue