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 %}
Login to comment on this ticket.
+ + Login + to comment on this ticket. +