From cb3f602c91fdb30b1b9a25761489640189925b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Sat, 30 Aug 2014 19:37:12 -0700 Subject: [PATCH] project list: all title box clickable --- templates/tracker/project_list.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/tracker/project_list.html b/templates/tracker/project_list.html index 6fa4dcd..d15b865 100644 --- a/templates/tracker/project_list.html +++ b/templates/tracker/project_list.html @@ -17,11 +17,11 @@ {% if projects.exists %} {% for project in projects %} -
- -
+
+ +

{{ project }}

+
+
{% if project.description %} {{ project.description|linebreaksbr }} {% else %}