--- a/templates/project.html Thu Jun 16 07:44:23 2016 +0800
+++ b/templates/project.html Thu Jun 16 07:49:38 2016 +0800
<div class="uk-container uk-container-center uk-margin-large-top">
<h2>{{ project.name }}</h2>
+ <img src="{{ project.get_url() }}/status.svg" alt="Lint Status">
<dl class="uk-description-list-horizontal list-terse">
<dd>{% module Time(checks[0].finished) %}</dd>