mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-02 03:21:11 +02:00
Update index.html
This commit is contained in:
@ -10,25 +10,25 @@
|
|||||||
<li class="header"><b>Instant wallet, bookmark to save</b></li>
|
<li class="header"><b>Instant wallet, bookmark to save</b></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
</ul>
|
</ul>
|
||||||
{% endblock %} {% block menuitems %}
|
{% endblock %}
|
||||||
<li class="treeview">
|
|
||||||
<a href="#">
|
|
||||||
<i class="fa fa-bitcoin"></i> <span>Wallets</span>
|
|
||||||
<i class="fa fa-angle-left pull-right"></i>
|
|
||||||
</a>
|
|
||||||
<ul class="treeview-menu">
|
|
||||||
{% for w in user_wallets %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ url_for('wallet') }}?wal={{ w.id }}&usr={{ w.user }}"
|
|
||||||
><i class="fa fa-bolt"></i> {{ w.name }}</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
<li><a onclick="sidebarmake()">Add a wallet +</a></li>
|
|
||||||
<div id="sidebarmake"></div>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
{% block menuitems %}
|
||||||
|
<li class="treeview">
|
||||||
|
<a href="#">
|
||||||
|
<i class="fa fa-bitcoin"></i> <span>Wallets</span>
|
||||||
|
<i class="fa fa-angle-left pull-right"></i>
|
||||||
|
</a>
|
||||||
|
<ul class="treeview-menu">
|
||||||
|
{% for w in user_wallets %}
|
||||||
|
<li>
|
||||||
|
<a href="{{ url_for('wallet') }}?wal={{ w.id }}&usr={{ w.user }}"><i class="fa fa-bolt"></i> {{ w.name }}</a>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
<li><a onclick="sidebarmake()">Add a wallet +</a></li>
|
||||||
|
<div id="sidebarmake"></div>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li class="active treeview">
|
<li class="active treeview">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<i class="fa fa-th"></i> <span>Extensions</span>
|
<i class="fa fa-th"></i> <span>Extensions</span>
|
||||||
@ -43,11 +43,12 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ url_for('extensions') }}?usr={{ user }}">Manager </a></li>
|
<a href="{{ url_for('extensions') }}?usr={{ user }}">Manager</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% endblock %} {% block body %}
|
{% block body %}
|
||||||
<!-- Right side column. Contains the navbar and content of the page -->
|
<!-- Right side column. Contains the navbar and content of the page -->
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
|
Reference in New Issue
Block a user