about summary refs log tree commit diff
path: root/app/views/accounts
diff options
context:
space:
mode:
authorMélanie Chauvel <perso@hack-libre.org>2020-11-04 21:15:45 +0100
committerGitHub <noreply@github.com>2020-11-04 21:15:45 +0100
commit68d4b2b83e124719f8473489ee8c1743ca848dc4 (patch)
tree89992cef9657c02afcec995a35d814f9dbe3b431 /app/views/accounts
parentb29defb851f091d9b4419ea149b44dac7944bd06 (diff)
Display “Show newer” and “Show older” instead of “Show more” in public pages (#15052)
Diffstat (limited to 'app/views/accounts')
-rw-r--r--app/views/accounts/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml
index c9688ea88..1a81b96f6 100644
--- a/app/views/accounts/show.html.haml
+++ b/app/views/accounts/show.html.haml
@@ -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?