Page MenuHomePhabricator

D12108.id29128.diff
No OneTemporary

D12108.id29128.diff

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

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)

Event Timeline