From 0acb5795488645fbcc532ceddab719f7a7b80269 Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Tue, 3 Oct 2017 15:59:35 -0300 Subject: [PATCH] Category card adjustment --- subjects/templates/subjects/subject_card.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/subjects/templates/subjects/subject_card.html b/subjects/templates/subjects/subject_card.html index ae0ea80..18c8437 100644 --- a/subjects/templates/subjects/subject_card.html +++ b/subjects/templates/subjects/subject_card.html @@ -73,11 +73,12 @@

{% trans "End" %}: {{subject.end_date}}

- - {% if subject.description_brief %} -

{{subject.description_brief|safe}}

- {% endif %} - + +
+ {% if subject.description_brief %} +

{{subject.description_brief|safe}}

+ {% endif %} +
{% if show_buttons %} {% if has_subject_view_permissions %} -- libgit2 0.21.2