Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15420442
D11354.id27287.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11354.id27287.diff
View Options
diff --git a/src/applications/project/controller/PhabricatorProjectBoardViewController.php b/src/applications/project/controller/PhabricatorProjectBoardViewController.php
--- a/src/applications/project/controller/PhabricatorProjectBoardViewController.php
+++ b/src/applications/project/controller/PhabricatorProjectBoardViewController.php
@@ -303,11 +303,9 @@
$project->getName());
$header = id(new PHUIHeaderView())
- ->setHeader($header_link)
+ ->setHeader(pht('%s Workboard', $header_link))
->setUser($viewer)
->setNoBackground(true)
- ->setImage($project->getProfileImageURI())
- ->setImageURL($this->getApplicationURI('profile/'.$project->getID().'/'))
->addActionLink($sort_menu)
->addActionLink($filter_menu)
->addActionLink($manage_menu)
diff --git a/src/applications/project/controller/PhabricatorProjectEditMainController.php b/src/applications/project/controller/PhabricatorProjectEditMainController.php
--- a/src/applications/project/controller/PhabricatorProjectEditMainController.php
+++ b/src/applications/project/controller/PhabricatorProjectEditMainController.php
@@ -32,8 +32,7 @@
$header = id(new PHUIHeaderView())
->setHeader(pht('Edit %s', $project->getName()))
->setUser($viewer)
- ->setPolicyObject($project)
- ->setImage($project->getProfileImageURI());
+ ->setPolicyObject($project);
if ($project->getStatus() == PhabricatorProjectStatus::STATUS_ACTIVE) {
$header->setStatus('fa-check', 'bluegrey', pht('Active'));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 2:03 PM (1 h, 18 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7470315
Default Alt Text
D11354.id27287.diff (1 KB)
Attached To
Mode
D11354: Remove project icon in a few places
Attached
Detach File
Event Timeline
Log In to Comment