* Add nix version to footer of hydra pages

This commit is contained in:
Rob Vermaas
2009-09-01 08:50:51 +00:00
parent cbeccda5eb
commit d7713b4dba
3 changed files with 4 additions and 2 deletions

View File

@ -80,7 +80,7 @@
[% content %]
<div id="footer">
<hr />
<em>Hydra [% HTML.escape(version) %].</em>
<em>Hydra [% HTML.escape(version) %] (using [% HTML.escape(nixVersion) %]).</em>
Page generated on [% INCLUDE renderDateTime %].
[% IF c.user_exists %]
You are logged in as <tt>[% c.user.username %]</tt>.