indented if/else content

pull/3113/head
Mark McDowall 11 years ago
parent 6c2534ec61
commit 64d87d7a68

@ -3,27 +3,27 @@
</div> </div>
<div class="episode-file-info"> <div class="episode-file-info">
{{#if episodeFile}} {{#if episodeFile}}
{{#with episodeFile}} {{#with episodeFile}}
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr> <tr>
<th>Path</th> <th>Path</th>
<th>Size</th> <th>Size</th>
<th>Quality</th> <th>Quality</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>{{path}}</td> <td>{{path}}</td>
<td>{{fileSize size}}</td> <td>{{fileSize size}}</td>
<td>{{quality.quality.name}}</td> <td>{{quality.quality.name}}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
{{/with}} {{/with}}
{{else}} {{else}}
<p class="text-warning"> <p class="text-warning">
No file available for this episode. No file available for this episode.
</p> </p>
{{/if}} {{/if}}
</div> </div>

Loading…
Cancel
Save