show proper error message on remote forking
[phorkie.git] / data / templates / list.htm
index d0732ea45b48d464d21e807656eea9960e80e304..70e2fee096f1751522a3dec49b7dbede5caff54e 100644 (file)
  {% include 'pager.htm' %}
 
 {% endblock %}
+
+{% block sidebar %}
+ {% if recents.results %}
+  <h4>Recently updated</h4>
+  <ul class="unstyled">
+  {% for repo in recents.repos %}
+   {% include 'repo-sidebar-list.htm' %}
+  {% endfor %}
+  </ul>
+ {% endif %}
+{% endblock %}