We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c434b commit c4df4a0Copy full SHA for c4df4a0
src/view/list.php
@@ -50,8 +50,8 @@
50
<td>
51
<?php if ($file->getSizeKB() < $viewMaxSize): ?>
52
<a href="<?= $urlBuilder('view', ['key' => $file->getKey()]) ?>"
53
+ class="btn btn-primary btn-xs" target="_blank">view</a>
54
<?php endif; ?>
- class="btn btn-primary btn-xs" target="_blank">view</a>
55
<a href="<?= $urlBuilder('tail', ['key' => $file->getKey(), 'line' => $tailLine]) ?>"
56
class="btn btn-primary btn-xs" target="_blank">tail</a>
57
<a href="<?= $urlBuilder('download', ['key' => $file->getKey()]) ?>"
0 commit comments