Browse Source

Fix public profile pagination links

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
99ca63a543
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/accounts/show.html.haml

+ 1
- 1
app/views/accounts/show.html.haml View File

@ -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'

Loading…
Cancel
Save