Author: rob Date: Tue Jan 4 12:55:59 2011 New Revision: 25380 URL: https://svn.nixos.org/websvn/nix/?rev=25380&sc=1
Log: hydra: missing plain.tt Added: hydra/trunk/src/root/plain.tt Added: hydra/trunk/src/root/plain.tt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ hydra/trunk/src/root/plain.tt Tue Jan 4 12:55:59 2011 (r25380) @@ -0,0 +1,10 @@ +[% WRAPPER layout.tt title=title %] +[% PROCESS common.tt %] + +<h1>[% title %]</h1> + +<div class="buildlog"> +[% contents -%] +</div> + +[% END %] _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
