Add admin custom CSS setting (#8399)

Fix #3894
This commit is contained in:
Eugen Rochko 2018-08-24 04:33:27 +02:00 committed by GitHub
parent 23752639b2
commit a2cabf3f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 30 additions and 2 deletions

View file

@ -14,7 +14,7 @@ class InstancePresenter
)
def contact_account
Account.find_local(Setting.site_contact_username)
Account.find_local(Setting.site_contact_username.gsub(/\A@/, ''))
end
def user_count