From a21541ce4bd27d927a5f186b75a40a3c51e1adaf Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 15 Apr 2018 15:39:54 -0700 Subject: [PATCH] hide overflow menu for same-user profile (#136) Fixes #130 --- .../profile/AccountProfileDetails.html | 19 +++++++++++-------- .../profile/AccountProfileFollow.html | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/routes/_components/profile/AccountProfileDetails.html b/routes/_components/profile/AccountProfileDetails.html index 7f7a9e3b..1072c94f 100644 --- a/routes/_components/profile/AccountProfileDetails.html +++ b/routes/_components/profile/AccountProfileDetails.html @@ -23,14 +23,17 @@ {{numFollowersDisplay}} -
- -
+ + {{#if account && verifyCredentials && account.id !== verifyCredentials.id}} +
+ +
+ {{/if}}