end
def mention_html(match, account)
- "#{match.split('@').first}<a href=\"#{TagManager.instance.url_for(account)}\" class=\"mention\">@<span>#{account.username}</span></a>"
+ "#{match.split('@').first}<a href=\"#{TagManager.instance.url_for(account)}\" class=\"h-card u-url p-nickname mention\">@<span>#{account.username}</span></a>"
end
end
= render partial: 'nothing_here'
- else
.activity-stream
- = render partial: 'stream_entries/status', collection: @statuses, as: :status, cached: true
+ = render partial: 'stream_entries/status', collection: @statuses, as: :status
= will_paginate @statuses, pagination_options