Fix text color in dashboard inputs, sanitize remote status content in UI,

simplify FanOutOnWriteService, add /api/accounts/lookup method
This commit is contained in:
Eugen Rochko
2016-03-21 17:02:16 +01:00
parent bf08d46e58
commit 9d55529318
14 changed files with 85 additions and 13 deletions

View File

@ -5,4 +5,4 @@
= link_to url_for_target(account) do
%span.display_name= display_name(account)
%span.username= "@#{account.acct}"
%p.note= truncate(account.note, length: 150)
%p.note= truncate(strip_tags(account.note), length: 150)