improve coverage, remove infection
All checks were successful
/ ls (pull_request) Successful in 1m30s
All checks were successful
/ ls (pull_request) Successful in 1m30s
This commit is contained in:
parent
eaa723a58b
commit
0aa25d107b
10 changed files with 160 additions and 1317 deletions
|
@ -21,6 +21,18 @@
|
|||
<td>{{ menu_item.aliasOf.name }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if(menu_item.aliases|length > 0) %}
|
||||
<tr>
|
||||
<th>Aliases</th>
|
||||
<td>
|
||||
<ul>
|
||||
{% for alias in menu_item.aliases %}
|
||||
<li>{{ alias.name }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue