From a1394b8725e86f1365e9181f3417e2326c4995a7 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Sat, 19 Nov 2016 11:37:13 -0300 Subject: [PATCH] Removed search bar and included pagination [Issue:#416] --- core/templates/guest.html | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/core/templates/guest.html b/core/templates/guest.html index 4117fe8..d76d4f6 100644 --- a/core/templates/guest.html +++ b/core/templates/guest.html @@ -90,21 +90,6 @@
{% block breadcrumbs %} - -
-
-
-
-
- - - -
-
-
- {% endblock %} {% block render_breadcrumbs %}{% endblock %}
@@ -133,6 +118,27 @@
{% endfor %}
+
+ +
{% endblock %} -- libgit2 0.21.2