profile/devices tbody fix closing tag
This commit is contained in:
parent
ef621269f9
commit
04e748995a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<td><a href="#" data-device-id="<%- device.id %>" data-type="delete" title="<%- @Ti('Delete') %>"<% if device.current: %>disabled<% end %>><%- @Icon('trash') %></a></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</form>
|
Loading…
Reference in a new issue