view mercurial/templates/gitweb/footer.tmpl @ 26382:b673e89affc9

test-lock.py: move temp dir generation to testcase In upcoming patches we'll want to create multiple test state objects with a common test directory.
author Siddharth Agarwal <sid0@fb.com>
date Thu, 24 Sep 2015 19:52:34 -0700
parents 9409aeaafdc1
children eb7de21b15be
line wrap: on
line source

<script type="text/javascript">process_dates()</script>
<div class="page_footer">
<div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
<a href="{url|urlescape}rss-log">RSS</a>
<a href="{url|urlescape}atom-log">Atom</a>
</div>
<br />
{motd}
</div>
</body>
</html>