Changeset View
Changeset View
Standalone View
Standalone View
src/applications/project/order/PhabricatorProjectColumnHeader.php
| Show First 20 Lines • Show All 79 Lines • ▼ Show 20 Lines | private function newView() { | ||||
| $template = phutil_tag( | $template = phutil_tag( | ||||
| 'li', | 'li', | ||||
| array( | array( | ||||
| 'class' => 'workboard-group-header', | 'class' => 'workboard-group-header', | ||||
| ), | ), | ||||
| array( | array( | ||||
| $icon_view, | $icon_view, | ||||
| $name, | phutil_tag( | ||||
| 'span', | |||||
| array( | |||||
| 'class' => 'workboard-group-header-name', | |||||
| ), | |||||
| $name), | |||||
| )); | )); | ||||
| return $template; | return $template; | ||||
| } | } | ||||
| } | } | ||||