aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/status/web/templates/footer.html
blob: 30c664c7e61e280d325bf0393f256c98082f4767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<hr />
<div class="footer">

<a href="{{ welcomeurl }}">Welcome Page</a>
<br />

<a href="http://buildbot.net/">Buildbot</a>-{{ version }}

{% if title %}
  working for
  {% if title_url %}
    <a href="{{ title_url }}">{{ title }}</a>
  {% else %}
    {{ title }}
  {% endif %}
  project
{% endif %}

<br />

Page built: {{ time }} ({{ tz }})
</div>