From bbb5ba547d8e8397c7a8009680a09f0bfc0a1b43 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 6 Nov 2013 19:42:46 -0200 Subject: [PATCH] Taking care of different monitor sizes --- src/super_archives/templates/superarchives/thread-dashboard.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/super_archives/templates/superarchives/thread-dashboard.html b/src/super_archives/templates/superarchives/thread-dashboard.html index 023829f..1ec8a11 100644 --- a/src/super_archives/templates/superarchives/thread-dashboard.html +++ b/src/super_archives/templates/superarchives/thread-dashboard.html @@ -2,14 +2,16 @@ {% load i18n %} {% block main-content %} +

{% trans 'Discussions'|title %}

+
{% for listname, latest, most_relevant in lists %} {% if latest or most_relevant %} -

{{ listname|title }}

+

{{ listname|title }}


-
+

{% trans 'latest'|title %}

    {% for thread in latest %} @@ -23,7 +25,7 @@
-
+

{% trans 'most relevant'|title %}

    {% for thread in most_relevant %} -- libgit2 0.21.2