diff options
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r-- | web-ui/app/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 29356e3c..8123c3ef 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -38,11 +38,13 @@ <a class="left-off-canvas-toggle" href="#" title="View your tags"><i class="fa fa-tags"></i><div class="shortcut-label">Tags</div></a> </li> </ul> + <ul id="logout-shortcut" class="shortcuts"> + </ul> </div> <section id="left-pane" class="left-off-canvas-menu"> <nav id="tag-list"></nav> - <div id="logout"></div> + <nav id="logout"></nav> </section> <article id='middle-pane-container' class="small-5 medium-5 large-5 columns no-padding"> |