Page MenuHomePhabricator

D12108.id29125.diff
No OneTemporary

D12108.id29125.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
Wed, Apr 9, 10:19 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7535951
Default Alt Text
D12108.id29125.diff (910 B)

Event Timeline