Remove Lovelace changelog link from aside (#14600)

This commit is contained in:
Franck Nijhof 2020-09-24 19:32:59 +02:00 committed by GitHub
parent b2c63a3cf2
commit e7b5fefadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@
<h1 class="title delta">Lovelace UI</h1>
<ul class="divided sidebar-menu">
<li>{% active_link /lovelace/ Introduction %}</li>
<li>{% active_link /lovelace/changelog/ Changelog %}</li>
</ul>
</div>
@ -21,10 +20,9 @@
<li>{% active_link /lovelace/badges/ Badges %}</li>
<li>{% active_link /lovelace/actions/ Actions %}</li>
<li>
<a
href="https://developers.home-assistant.io/docs/frontend/custom-ui/lovelace-custom-card.html"
>Developing Custom Cards <i class="icon-external-link"></i
></a>
<a href="https://developers.home-assistant.io/docs/frontend/custom-ui/lovelace-custom-card.html">Developing Custom Cards
<i class="icon-external-link"></i>
</a>
</li>
</ul>
</div>
@ -33,7 +31,7 @@
<h1 class="title delta">Cards</h1>
<ul class="divided sidebar-menu">
{% for card in cards %}
<li>{% active_link {{card.url}} {{card.sidebar_label}} %}</li>
<li>{% active_link {{card.url}} {{card.sidebar_label}} %}</li>
{% endfor %}
</ul>
</div>