client/tags: fix hiding table for no results
This commit is contained in:
parent
205f372f76
commit
09bc5f10f9
|
@ -1,5 +1,5 @@
|
|||
<div class='tag-list'>
|
||||
<% if (results) { %>
|
||||
<% if (results.length) { %>
|
||||
<table>
|
||||
<thead>
|
||||
<th class='names'>
|
||||
|
|
Loading…
Reference in New Issue