Page MenuHomePhabricator

D19148.diff
No OneTemporary

D19148.diff

diff --git a/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php b/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php
--- a/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php
+++ b/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php
@@ -167,7 +167,7 @@
'Unable to find lines.'));
}
- if ($direction > 0) {
+ if ($view['direction'] > 0) {
$slice_offset = $anchor_key;
} else {
$slice_offset = max(0, $anchor_key - ($view['lines'] - 1));
@@ -589,7 +589,7 @@
$up_text);
$mid_text = pht(
- 'Show More (%s bytes Hidden)',
+ 'Show More (%s Bytes)',
new PhutilNumber($range['tail'] - $range['head']));
$expand_mid = javelin_tag(

File Metadata

Mime Type
text/plain
Expires
May 9 2024, 9:16 PM (5 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6277739
Default Alt Text
D19148.diff (840 B)

Event Timeline