1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-06-28 05:25:11 +00:00

Docs: styled stub warning

This commit is contained in:
2023-07-19 20:53:15 +02:00
parent 43fce1f27e
commit 3d13dd974e
3 changed files with 19 additions and 3 deletions

View File

@ -6,6 +6,11 @@ order: 900
<p>You can use the following shortcuts to manage hosts and connections.</p>
<p>
<a href="javascript:window.print()">Print this page</a> if you would like to
mount it on your wall for quick reference!
</p>
{% for item in shortcuts %}
<h2>{{ item[0] }}</h2>
{% render "shortcuts", shortcuts: item[1] %}