* Add some DB indices to make the /releases page much faster.
* Reduce the number of DB queries for the /all and /jobstatus pages. * Show the Hydra version number.
This commit is contained in:
@ -146,7 +146,8 @@
|
||||
[% content %]
|
||||
<div id="footer">
|
||||
<hr />
|
||||
Generated on [% INCLUDE renderDateTime %].
|
||||
<em>Hydra [% HTML.escape(version) %].</em>
|
||||
Page generated on [% INCLUDE renderDateTime %].
|
||||
[% IF c.user_exists %]
|
||||
You are logged in as <tt>[% c.user.username %]</tt>.
|
||||
[% END %]
|
||||
|
Reference in New Issue
Block a user