Increase note truncation length on account grids, improve FanOutOnWrite a bit,

fix tests (the recorded Salmon fixture expects LOCAL_DOMAIN to be something
specific unfortunately)
This commit is contained in:
Eugen Rochko
2016-03-21 08:41:00 +01:00
parent 253ab26520
commit 46cbb9c551
3 changed files with 5 additions and 4 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: 124)
%p.note= truncate(account.note, length: 150)