浏览代码

Grammar

pull/24/head
Ben Kurtovic 13 年前
父节点
当前提交
ed086ef962
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      pages/earwigbot.mako

+ 2
- 2
pages/earwigbot.mako 查看文件

@@ -43,13 +43,13 @@
%>\
<%def name="get_status()" filter="trim">
<% status, since, uptime, host = collect_status_info() %>
<span class="${status}">${status}</span>
${"has been" if status == "online" else "is"} <span class="${status}">${status}</span>
% if status == "online":
since ${since} (${uptime} uptime) on <tt>${host}</tt>
% endif
</%def>\
<%include file="/support/header.mako" args="environ=environ, title='EarwigBot Status'"/>
<h1>EarwigBot Status</h1>
<p>EarwigBot is ${get_status()}.</p>
<p>EarwigBot ${get_status()}.</p>
<p>Additional information: <a href="http://status.toolserver.org/">status.toolserver.org</a></p>
<%include file="/support/footer.mako" args="environ=environ"/>

正在加载...
取消
保存