Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diffusion/view/DiffusionBranchTableView.php
| Show First 20 Lines • Show All 77 Lines • ▼ Show 20 Lines | foreach ($this->branches as $branch) { | ||||
| $rows[] = array( | $rows[] = array( | ||||
| phutil_tag( | phutil_tag( | ||||
| 'a', | 'a', | ||||
| array( | array( | ||||
| 'href' => $drequest->generateURI( | 'href' => $drequest->generateURI( | ||||
| array( | array( | ||||
| 'action' => 'history', | 'action' => 'history', | ||||
| 'branch' => $branch->getShortName(), | 'branch' => $branch->getShortName(), | ||||
| )) | )), | ||||
| ), | ), | ||||
| pht('History')), | pht('History')), | ||||
| phutil_tag( | phutil_tag( | ||||
| 'a', | 'a', | ||||
| array( | array( | ||||
| 'href' => $drequest->generateURI( | 'href' => $drequest->generateURI( | ||||
| array( | array( | ||||
| 'action' => 'browse', | 'action' => 'browse', | ||||
| ▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines | |||||