summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-01-12 13:50:59 -0600
committerDan McGee <dan@archlinux.org>2011-01-18 14:26:38 -0600
commit523a15f81e819379d1d9ae8412ebd8a7c017a512 (patch)
tree21708c19ccac17deefad586aa08c40d511ea5e18
parent9cdc536fffc9e77903892c2b14e9462a6ec94ee5 (diff)
downloadarchweb-523a15f81e819379d1d9ae8412ebd8a7c017a512.tar.gz
archweb-523a15f81e819379d1d9ae8412ebd8a7c017a512.zip
Link dev names to email on clocks pagerelease_2011-01-18
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/devel/clock.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html
index 1bc9a849..03d0e9ca 100644
--- a/templates/devel/clock.html
+++ b/templates/devel/clock.html
@@ -6,13 +6,13 @@
<div id="dev-clocks-box" class="box">
<h2>Developer World Clocks</h2>
- <p>This page helps prevent you from waking a sleeping developer. It also
- depends on developers keeping the time zone information up to date, so if
- you see 'UTC' listed, pester them to update their settings.</p>
- <p>
- Arch Server Time: {{ now|date:"Y-m-d H:i T" }}<br/>
- UTC Time: {{ utc_now|date:"Y-m-d H:i T" }}
- </p>
+ <p>This page helps prevent you from waking a sleeping developer. It also
+ depends on developers keeping the time zone information up to date, so if
+ you see 'UTC' listed, pester them to update their settings.</p>
+ <p>
+ Arch Server Time: {{ now|date:"Y-m-d H:i T" }}<br/>
+ UTC Time: {{ utc_now|date:"Y-m-d H:i T" }}
+ </p>
<table id="clocks-table" class="results dash-stats">
<thead>
@@ -27,7 +27,7 @@
<tbody>
{% for dev in developers %}
<tr class="{% cycle 'odd' 'even' %}">
- <td>{{ dev.get_full_name }}</td>
+ <td><a href="mailto:{{ dev.email }}">{{ dev.get_full_name }}</a></td>
<td>{{ dev.username }}</td>
<td>{{ dev.userprofile.location }}</td>
<td>{{ dev.userprofile.time_zone }}</td>