mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
store file names as the PathBuf
This commit is contained in:
parent
88dfbab0f7
commit
bff6b209c9
4 changed files with 20 additions and 27 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<tbody>
|
||||
{% for file in files_list %}
|
||||
<tr>
|
||||
<td>{{ file.name }}</td>
|
||||
<td>{{ file.path }}</td>
|
||||
<td>{{ file.size }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue