add About page (jeneric) with system stats
Squashed commit of the following: commit f53b3778de8dc529c0d161a9339ad14e21294802 Author: Eric A. Miller <emiller@cpan.org> Date: Sun Sep 8 21:05:39 2013 -0400 remove header from statistics table commit fa69b1b5900444ca5320502d8c22ecd7ee21df45 Author: Eric A. Miller <emiller@cpan.org> Date: Sun Sep 8 21:00:02 2013 -0400 about page - software and statistics
This commit is contained in:
@@ -132,14 +132,13 @@
|
||||
[% ELSE %]
|
||||
<i class="icon-user"></i>
|
||||
[% END %]
|
||||
[% IF NOT settings.no_auth %]
|
||||
[% session.logged_in_user | html_entity %] <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
[% IF NOT settings.no_auth %]
|
||||
<li><a href="[% uri_for('/logout') %]">Log Out</a></li>
|
||||
</ul>
|
||||
[% ELSE %]
|
||||
[% session.logged_in_user | html_entity %]</a>
|
||||
[% END %]
|
||||
<li><a href="[% uri_for('/about') %]">About</a></li>
|
||||
</ul>
|
||||
</li> <!-- /dropdown -->
|
||||
</ul>
|
||||
[% END %]
|
||||
|
||||
Reference in New Issue
Block a user