Changeset View
Changeset View
Standalone View
Standalone View
src/view/phui/PHUICurtainObjectRefView.php
| Show All 40 Lines | protected function getTagContent() { | ||||
| $viewer = $this->getViewer(); | $viewer = $this->getViewer(); | ||||
| $handle = $this->handle; | $handle = $this->handle; | ||||
| $more_rows = array(); | $more_rows = array(); | ||||
| $epoch = $this->epoch; | $epoch = $this->epoch; | ||||
| if ($epoch !== null) { | if ($epoch !== null) { | ||||
| $epoch_view = phabricator_datetime($epoch, $viewer); | $epoch_view = phabricator_dual_datetime($epoch, $viewer); | ||||
| $epoch_cells = array(); | $epoch_cells = array(); | ||||
| $epoch_cells[] = phutil_tag( | $epoch_cells[] = phutil_tag( | ||||
| 'td', | 'td', | ||||
| array( | array( | ||||
| 'class' => 'phui-curtain-object-ref-view-epoch-cell', | 'class' => 'phui-curtain-object-ref-view-epoch-cell', | ||||
| ), | ), | ||||
| ▲ Show 20 Lines • Show All 137 Lines • Show Last 20 Lines | |||||