From 3a470939f08fa7da1cd56854584a4d5f88785323 Mon Sep 17 00:00:00 2001 From: Wojciech Zawistowski Date: Tue, 19 Nov 2013 21:32:02 +0100 Subject: [PATCH] FIX: repairs title attr in the link --- app/assets/javascripts/discourse/templates/header.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/header.js.handlebars b/app/assets/javascripts/discourse/templates/header.js.handlebars index b531fafa7c9..cf0bce00520 100644 --- a/app/assets/javascripts/discourse/templates/header.js.handlebars +++ b/app/assets/javascripts/discourse/templates/header.js.handlebars @@ -86,7 +86,7 @@
  • {{#if currentUser}} - {{#link-to 'userActivity.index' currentUser titleKey="current_user" class="icon"}}{{boundAvatar currentUser imageSize="medium" }}{{/link-to}} + {{#titledLinkTo 'userActivity.index' currentUser titleKey="current_user" class="icon"}}{{boundAvatar currentUser imageSize="medium" }}{{/titledLinkTo}} {{else}}
    {{/if}}