From 27bff3fcfa3d56125b360170b34729ecc9973a6f Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Tue, 20 Sep 2022 12:44:40 +0800 Subject: [PATCH] UX: Add icons to all navigation link on user page (#18283) --- .../javascripts/discourse/app/templates/user.hbs | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/app/templates/user.hbs b/app/assets/javascripts/discourse/app/templates/user.hbs index b6706f30041..9964c996f87 100644 --- a/app/assets/javascripts/discourse/app/templates/user.hbs +++ b/app/assets/javascripts/discourse/app/templates/user.hbs @@ -228,8 +228,19 @@
{{#unless this.model.profile_hidden}} -
  • {{i18n 'user.summary.title'}}
  • -
  • {{i18n 'user.activity_stream'}}
  • +
  • + + {{d-icon "user"}} + {{i18n 'user.summary.title'}} + +
  • + +
  • + + {{d-icon "stream"}} + {{i18n 'user.activity_stream'}} + +
  • {{/unless}} {{#if this.showNotificationsTab}}