Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15463586
D12108.id29128.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
910 B
Referenced Files
None
Subscribers
None
D12108.id29128.diff
View Options
diff --git a/src/applications/owners/controller/PhabricatorOwnersDetailController.php b/src/applications/owners/controller/PhabricatorOwnersDetailController.php
--- a/src/applications/owners/controller/PhabricatorOwnersDetailController.php
+++ b/src/applications/owners/controller/PhabricatorOwnersDetailController.php
@@ -157,13 +157,10 @@
$commit_views[] = array(
'view' => $view,
'header' => pht('Commits in this Package that Need Attention'),
- 'button' => phutil_tag(
- 'a',
- array(
- 'href' => $commit_uri->alter('status', 'open'),
- 'class' => 'button grey',
- ),
- pht('View All Problem Commits')),
+ 'button' => id(new PHUIButtonView())
+ ->setTag('a')
+ ->setHref($commit_uri->alter('status', 'open'))
+ ->setText(pht('View All Problem Commits')),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 3, 1:06 AM (3 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7535951
Default Alt Text
D12108.id29128.diff (910 B)
Attached To
Mode
D12108: Fix bad button construction in Owners
Attached
Detach File
Event Timeline
Log In to Comment