1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 05:50:55 +01:00

Add title to ObjectItemList headers for truncated displays

Summary: Ref T6723. This allows you to hover over truncated headers and get the full text if needed.

Test Plan:
Hover over header, see full title

{F248197}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6723

Differential Revision: https://secure.phabricator.com/D10958
This commit is contained in:
Chad Little 2014-12-10 09:26:20 -08:00
parent 786c7b0df6
commit f71a83f52e

View file

@ -329,6 +329,7 @@ final class PHUIObjectItemView extends AphrontTagView {
array( array(
'href' => $this->href, 'href' => $this->href,
'class' => 'phui-object-item-link', 'class' => 'phui-object-item-link',
'title' => $this->header,
), ),
$this->header); $this->header);