Page MenuHomePhabricator

D7626.id17216.diff
No OneTemporary

D7626.id17216.diff

Index: src/applications/search/view/PhabricatorSearchResultView.php
===================================================================
--- src/applications/search/view/PhabricatorSearchResultView.php
+++ src/applications/search/view/PhabricatorSearchResultView.php
@@ -53,7 +53,10 @@
'');
}
- $object_name = $handle->getFullName();
+ $title = $this->emboldenQuery($handle->getFullName());
+ if ($handle->getStatus() == 'closed') {
+ $title = phutil_tag('strike', array(), $title);
+ }
return hsprintf(
'<div class="phabricator-search-result">'.
@@ -71,7 +74,7 @@
'class' => 'result-name',
'href' => $handle->getURI(),
),
- $this->emboldenQuery($object_name)),
+ $title),
$type_name,
$link);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 15, 10:13 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704130
Default Alt Text
D7626.id17216.diff (803 B)

Event Timeline