about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-04-27 23:31:25 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:22 -0500
commit1ab60fea4831855657e666db6ef00ec7efe0f970 (patch)
tree16b53036d1ddb955e254e75ff2ca1b4532c5ee53 /app/views
parented9c8f67c4ea7985e2a29e65e352694b9d52ecdc (diff)
Split boosts/repeats off to their own tab and add to the API.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/accounts/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml
index fc9eb04e6..aa7903304 100644
--- a/app/views/accounts/show.html.haml
+++ b/app/views/accounts/show.html.haml
@@ -32,6 +32,7 @@
         = active_link_to t('accounts.posts_tab_heading'), short_account_url(@account)
         - if @account.replies
           = active_link_to t('accounts.posts_with_replies'), short_account_with_replies_url(@account)
+        = active_link_to t('accounts.reblogs_tab_heading'), short_account_reblogs_url(@account)
         = active_link_to t('accounts.media'), short_account_media_url(@account)
 
       - if user_signed_in? && @account.blocking?(current_account)