Include trailing slash on modal, closes #864
This commit is contained in:
parent
40c74ae1e7
commit
08a112f027
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="box-body table-responsive no-padding">
|
||||
<table class="table table-hover" id="file_listing" data-current-dir="{{ $directory['header'] }}">
|
||||
<table class="table table-hover" id="file_listing" data-current-dir="{{ rtrim($directory['header'], '/') . '/' }}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="middle min-size">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue