mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
handlebar templates are now .hbs instead of .html
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<td class="col-md-10 x-folder folder-path">
|
||||
{{path}}
|
||||
</td>
|
||||
<td class="col-md-3 x-folder folder-free-space">
|
||||
<span>{{Bytes freeSpace}}</span>
|
||||
</td>
|
||||
<td class="col-md-1 nz-row-action">
|
||||
<div class="btn btn-sm btn-icon-only icon-nd-delete x-delete">
|
||||
</div>
|
||||
</td>
|
||||
Reference in New Issue
Block a user