GitHub

Original file line numberDiff line numberDiff line change

@@ -66,6 +66,6 @@ def hashtag_html(match)

6666

end

6767
6868

def mention_html(match, account)

69-

"#{match.split('@').first}<a href=\"#{TagManager.instance.url_for(account)}\" class=\"mention\">@<span>#{account.username}</span></a>"

69+

"#{match.split('@').first}<a href=\"#{TagManager.instance.url_for(account)}\" class=\"h-card u-url p-nickname mention\">@<span>#{account.username}</span></a>"

7070

end

7171

end

Original file line numberDiff line numberDiff line change

@@ -12,6 +12,6 @@

1212

= render partial: 'nothing_here'

1313

- else

1414

.activity-stream

15-

= render partial: 'stream_entries/status', collection: @statuses, as: :status, cached: true

15+

= render partial: 'stream_entries/status', collection: @statuses, as: :status

1616
1717

= will_paginate @statuses, pagination_options

Read the original on github.com ↗