From db47f675f087b2dc644b6cea5d589ce70006ec5f Mon Sep 17 00:00:00 2001 From: palashb01 Date: Sat, 9 Sep 2023 18:54:27 +0530 Subject: [PATCH] user_profile: Add tippy tooltips to edit pencil button. This commit adds Tippy tooltips to the edit pencil button in the user profile. Now, when a user opens another user's profile, they will see the tooltip 'Manage user', and when they open their own user profile, they will see the tooltip 'Edit profile'. --- web/templates/user_profile_modal.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/user_profile_modal.hbs b/web/templates/user_profile_modal.hbs index 4296272cac..0d7da2c9c5 100644 --- a/web/templates/user_profile_modal.hbs +++ b/web/templates/user_profile_modal.hbs @@ -14,11 +14,11 @@ {{full_name}} {{#if is_me}} - + {{/if}} {{#if can_manage_profile}} - + {{/if}}