diff --git a/TODO b/TODO index f3e684c..e2d2d97 100644 --- a/TODO +++ b/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 diff --git a/layerindex/detail.html b/layerindex/detail.html index 64082c6..bba315f 100644 --- a/layerindex/detail.html +++ b/layerindex/detail.html @@ -84,6 +84,10 @@
{% endif %} ++ Last commit: {{ layeritem.vcs_last_commit|timesince }} ago +
+