Use commit timestamps for ElasticSearch and sort on last commit time.
[phorkie.git] / data / templates / list.htm
index d0732ea45b48d464d21e807656eea9960e80e304..aee3100bf49e417b26eb77d61f52465a7c974fc9 100644 (file)
  {% include 'pager.htm' %}
 
 {% endblock %}
+
+{% block sidebar %}
+ {% if recents.results %}
+  <h3>Recently updated</h3>
+  <ul>
+  {% for repo in recents.repos %}
+   {% include 'repo-sidebar-list.htm' %}
+  {% endfor %}
+  </ul>
+ {% endif %}
+{% endblock %}