Fix bug #11: do not index edit, delete and tool pages
[phorkie.git] / data / templates / index.htm
index 05c4c05a3bd68040dd2c370b9c0c350d1028b7c2..5752c1e5a9fe3767a589ca379d58ca0493989fda 100644 (file)
 </form>
 <script type="application/javascript">
 $(document).ready(function() {
-    initFilenames();
+    initEdit();
 });
 </script>
 {% endblock %}
+
+
+{% block sidebar %}
+ {% if recents.results %}
+ <h3>Recently created</h3>
+ <ul>
+ {% for repo in recents.repos %}
+   {% include 'repo-sidebar-list.htm' %}
+ {% endfor %}
+ </ul>
+ {% endif %}
+{% endblock %}
\ No newline at end of file