Differential D14073 Diff 34742 src/applications/harbormaster/controller/HarbormasterBuildViewController.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/harbormaster/controller/HarbormasterBuildViewController.php
| Show First 20 Lines • Show All 371 Lines • ▼ Show 20 Lines | if ($empty_logs) { | ||||
| 'div', | 'div', | ||||
| array( | array( | ||||
| 'id' => $hide_id, | 'id' => $hide_id, | ||||
| 'class' => 'harbormaster-empty-logs-are-hidden mlr mlt mll', | 'class' => 'harbormaster-empty-logs-are-hidden mlr mlt mll', | ||||
| ), | ), | ||||
| array( | array( | ||||
| pht( | pht( | ||||
| '%s empty logs are hidden.', | '%s empty logs are hidden.', | ||||
| new PhutilNumber(count($empty_logs))), | phutil_count($empty_logs)), | ||||
| ' ', | ' ', | ||||
| javelin_tag( | javelin_tag( | ||||
| 'a', | 'a', | ||||
| array( | array( | ||||
| 'href' => '#', | 'href' => '#', | ||||
| 'sigil' => 'reveal-content', | 'sigil' => 'reveal-content', | ||||
| 'meta' => array( | 'meta' => array( | ||||
| 'showIDs' => $empty_logs, | 'showIDs' => $empty_logs, | ||||
| ▲ Show 20 Lines • Show All 238 Lines • Show Last 20 Lines | |||||