Download:
child 265:a44720a45fa6
parent 263:e6c582cfee55
264:291cb12f5f10
Anton Shestakov <av6@dwimlabs.net>, Fri, 16 Jun 2017 16:34:07 +0800
viewer: finally thought of a nice place for the feed link

1 файлов изменено, 4 вставок(+), 1 удалений(-) [+]
templates/project.html file | annotate | diff | comparison | revisions
--- a/templates/project.html Fri Jun 16 16:22:12 2017 +0800
+++ b/templates/project.html Fri Jun 16 16:34:07 2017 +0800
@@ -22,7 +22,10 @@
{% set last = checks.first() %}
{% if last %}
<dt>Last check:</dt>
- <dd>{% module Time(last.finished) %}</dd>
+ <dd>
+ {% module Time(last.finished) %}
+ <a href="{{ project.get_url() }}/atom"><i class="uk-icon-rss-square"></i></a>
+ </dd>
{% end %}
</dl>
<table class="uk-table uk-table-middle uk-text-nowrap">