From 0175b457af3c9567fb350d73f44aee33adecc24e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 04 2016 09:54:48 +0000 Subject: Small style fixes --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 08cc293..4e268cc 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -207,13 +207,16 @@ {% for commit in diff_commits %} {% if pull_request and pull_request.status and pull_request.project_from.is_fork %} - + {% elif pull_request and pull_request.remote %} {% else %} - + {% endif %}
@@ -235,7 +238,9 @@ -
+
{% if authenticated and pull_request %}
- {{comment.user.user}} commented on line - {{ - comment.line}} of {{comment.filename}}. + comment.line }} of {{ comment.filename }}.
- {{ - comment.date_created | humanize}}
+ {{ + comment.date_created | humanize }}
(Show)
@@ -347,10 +352,10 @@
- {{ - comment.date_created | humanize}} + {{ + comment.date_created | humanize }}
- {{ comment.comment | markdown | noJS | safe}} + {{ comment.comment | markdown | noJS | safe }}
@@ -400,7 +405,11 @@
{% else %} -

Login to comment on this ticket.

+

+ + Login + to comment on this ticket. +

{% endif %}