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}}
|
||||
<hr/>
|
||||
<ul>
|
||||
<!--
|
||||
TODO: Implement profile page
|
||||
<li class="list-item">
|
||||
<a href="/profile">
|
||||
Profile
|
||||
</a>
|
||||
</li>
|
||||
TODO: Implement settings page
|
||||
<li class="list-item">
|
||||
<a href="/settings">
|
||||
Settings
|
||||
</a>
|
||||
</li>
|
||||
TODO: Implement about page and move source code link there
|
||||
<li class="list-item">
|
||||
<a href="/about">
|
||||
About Twigs
|
||||
</a>
|
||||
</li>
|
||||
TODO: Implement logout
|
||||
<li class="list-item">
|
||||
<a href="/logout">
|
||||
Logout
|
||||
</a>
|
||||
</li>
|
||||
-->
|
||||
<li class="list-item">
|
||||
<a href="https://github.com/wbrawner/twigs">
|
||||
Source Code
|
||||
|
|
Loading…
Reference in a new issue