update
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
{% for router in routers %}
|
||||
<div class="router" onclick="location.href='http://{{ router['rule'].split('`')[1] }}'">
|
||||
<h2>{{ router['truncated_name'] }}</h2>
|
||||
<p>{{ router['description'] }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user