commit ca8781c17eca008a93290434d9a7c8951c3d0f11 Author: Ben Cartwright Cox ben@benjojo.co.uk Date: Fri May 3 09:12:50 2013 -0500
Filled in some tooltip data. --- templates/details/main.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/details/main.html b/templates/details/main.html index 38f890f..5d3f714 100644 --- a/templates/details/main.html +++ b/templates/details/main.html @@ -87,7 +87,7 @@ <dt><span class="tip" data-content="Date and time when the relay last published a descriptor to the directory authorities." data-original-title="Descriptor published">Descriptor Published</span></dt> <dd><%= relay.get('desc_published') %></dd>
- <dt><span class="tip" data-content="XXX" data-original-title="YYY">Platform</span></dt> + <dt><span class="tip" data-content="What OS and Tor version the relay is using" data-original-title="Platform">Platform</span></dt> <dd><%= _.escape(relay.get('platform')) %></dd>
</dl> @@ -98,7 +98,7 @@ <dt><span class="tip" data-content="Time since when this relay is online." data-original-title="Uptime">Uptime</span></dt> <dd><%= relay.get('uptime_hrfull') %></dd>
- <dt><span class="tip" data-content="Whether this relay is listed in the current Tor directory or not." data-original-title="YYY">Running</span></dt> + <dt><span class="tip" data-content="Whether this relay is listed in the current Tor directory or not." data-original-title="Running">Running</span></dt> <dd><%= relay.get('running') %></dd>
</div>