change order of User tasks menu to have logout at the bottom

This commit is contained in:
Oliver Gorwits
2013-09-23 12:55:19 +01:00
parent a1bfe1d433
commit e78b7e0d6c

View File

@@ -133,12 +133,13 @@
[% ELSE %]
<i class="icon-user"></i>
[% END %]&nbsp;
[% session.logged_in_user | html_entity %] <b class="caret"></b></a>
[% session.logged_in_user | html_entity %] <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="[% uri_for('/about') %]">About</a></li>
[% IF NOT settings.no_auth %]
<li><a href="[% uri_for('/logout') %]">Log Out</a></li>
[% END %]
<li><a href="[% uri_for('/about') %]">About</a></li>
</ul>
</li> <!-- /dropdown -->
</ul>