Add last commit date to layer detail

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2013-02-26 19:13:34 +00:00
parent dd757d7bfb
commit 2ea10c869e
2 changed files with 4 additions and 3 deletions

3
TODO
View File

@ -9,9 +9,6 @@ TODO:
* Need an admin contact in footer
* Some columns are a bit crushed
* Description is not formatted nicely on detail page
* Need to show on detail:
* Last commit date
* Last update date
* Usage links in list page?
* Style/extend about page
* Style machine list on detail

View File

@ -84,6 +84,10 @@
</p>
{% endif %}
<p>
<span class="muted"><small>Last commit: {{ layeritem.vcs_last_commit|timesince }} ago</small></span>
</p>
<h3>{% if layeritem.active_maintainers|length = 1 %}Maintainer{% else %}Maintainers{% endif %}</h3>
<ul>