Comment out unimplemented pages in sidebar
This commit is contained in:
parent
b1267dd4cf
commit
c4fea5a06f
1 changed files with 11 additions and 0 deletions
|
@ -21,21 +21,32 @@
|
||||||
{{>budget-list}}
|
{{>budget-list}}
|
||||||
<hr/>
|
<hr/>
|
||||||
<ul>
|
<ul>
|
||||||
|
<!--
|
||||||
|
TODO: Implement profile page
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<a href="/profile">
|
<a href="/profile">
|
||||||
Profile
|
Profile
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
TODO: Implement settings page
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<a href="/settings">
|
<a href="/settings">
|
||||||
Settings
|
Settings
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
TODO: Implement about page and move source code link there
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<a href="/about">
|
<a href="/about">
|
||||||
About Twigs
|
About Twigs
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
TODO: Implement logout
|
||||||
|
<li class="list-item">
|
||||||
|
<a href="/logout">
|
||||||
|
Logout
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
-->
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<a href="https://github.com/wbrawner/twigs">
|
<a href="https://github.com/wbrawner/twigs">
|
||||||
Source Code
|
Source Code
|
||||||
|
|
Loading…
Reference in a new issue