mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Add last commit date to layer detail
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
dd757d7bfb
commit
2ea10c869e
3
TODO
3
TODO
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user