From 5916ff3c1baea49bcc09deaf43fd22a44a66d25c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 21 Apr 2016 20:39:39 +0200 Subject: UI: Add missing title attributes The buttons of the normal view should have the same title attribute, than the mini screen buttons. I missed this in 0587158b6be930f53325baa54fccadc54d18c9a3. --- client/components/boards/boardHeader.jade | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'client/components') diff --git a/client/components/boards/boardHeader.jade b/client/components/boards/boardHeader.jade index 18613a65..e61831a1 100644 --- a/client/components/boards/boardHeader.jade +++ b/client/components/boards/boardHeader.jade @@ -16,20 +16,21 @@ template(name="boardHeaderBar") span = currentBoard.stars - a.board-header-btn(class="{{#if currentUser.isBoardAdmin}}js-change-visibility{{else}}is-disabled{{/if}}") + a.board-header-btn( + class="{{#if currentUser.isBoardAdmin}}js-change-visibility{{else}}is-disabled{{/if}}" + title="{{_ currentBoard.permission}}") i.fa(class="{{#if currentBoard.isPublic}}fa-globe{{else}}fa-lock{{/if}}") span {{_ currentBoard.permission}} - a.board-header-btn.js-watch-board + a.board-header-btn.js-watch-board( + title="{{_ watchLevel }}") if $eq watchLevel "watching" i.fa.fa-eye - span {{_ 'watching'}} if $eq watchLevel "tracking" i.fa.fa-bell - span {{_ 'tracking'}} if $eq watchLevel "muted" i.fa.fa-bell-slash - span {{_ 'muted'}} + span {{_ watchLevel}} else a.board-header-btn.js-log-in( -- cgit v1.2.3-1-g7c22