From b6e1d3ffbff8aef2f6e3b6a2c1223dd2cc68851a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 04 2019 09:17:08 +0000 Subject: Fix the UI when showing git tags as releases The link to the tarballs were not properly closed. The body of the message associated with the tags was shown indented while there is no reason to. Fixes https://pagure.io/pagure/issue/4166 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/releases.html b/pagure/templates/releases.html index 1fb40bd..efa7071 100644 --- a/pagure/templates/releases.html +++ b/pagure/templates/releases.html @@ -112,7 +112,7 @@ name='%s-%s' % (repo.name, tag['tagname'])) }}" target="_blank" rel="noopener noreferrer"> {{repo.name}}-{{ tag['tagname'] }}.zip - + @@ -135,8 +135,7 @@ {% if tag['body_msg'] %}
- {{ tag['body_msg'] }} -
+{{ tag['body_msg'] }} {% endif %} {% endfor %}