This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove unnecessary underline on accounts table (
#7728
)
master
Yamagishi Kazutoshi
6 years ago
committed by
Eugen Rochko
parent
1bbe81030c
commit
c0fc4e9935
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save