Skip to content
Snippets Groups Projects
Commit 99ca63a5 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix public profile pagination links

parent d8c5a838
No related branches found
No related tags found
No related merge requests found
......@@ -31,4 +31,4 @@
.pagination
- if @statuses.size == 20
= link_to safe_join([t('pagination.next'), fa_icon('chevron-right')], ' '), account_url(@account, max_id: @statuses.last.id), class: 'next_page', rel: 'next'
= link_to safe_join([t('pagination.next'), fa_icon('chevron-right')], ' '), short_account_url(@account, max_id: @statuses.last.id), class: 'next_page', rel: 'next'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment