Display “Show newer” and “Show older” instead of “Show more” in public pages (#15052)
This commit is contained in:
parent
b29defb851
commit
68d4b2b83e
4 changed files with 14 additions and 8 deletions
|
@ -39,12 +39,12 @@
|
|||
= render partial: 'statuses/status', collection: @pinned_statuses, as: :status, locals: { pinned: true }
|
||||
|
||||
- if @newer_url
|
||||
.entry= link_to_more @newer_url
|
||||
.entry= link_to_newer @newer_url
|
||||
|
||||
= render partial: 'statuses/status', collection: @statuses, as: :status
|
||||
|
||||
- if @older_url
|
||||
.entry= link_to_more @older_url
|
||||
.entry= link_to_older @older_url
|
||||
|
||||
.column-1
|
||||
- if @account.memorial?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue