mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
🐛 indent accounts
This commit is contained in:
parent
f887a3486c
commit
4fc6389204
@ -389,7 +389,7 @@ class Account < ApplicationRecord
|
||||
|
||||
class << self
|
||||
def readonly_attributes
|
||||
super - %w(statuses_count following_count followers_count)
|
||||
super - %w(statuses_count following_count followers_count)gs
|
||||
end
|
||||
|
||||
def domains
|
||||
|
@ -25,6 +25,6 @@
|
||||
%td
|
||||
= number_to_human account.statuses_count, strip_insignificant_zeros: true
|
||||
%td
|
||||
todo
|
||||
todo
|
||||
%td
|
||||
todo
|
||||
todo
|
||||
|
Loading…
Reference in New Issue
Block a user