diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 695e345..255c040 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -3,6 +3,10 @@ html font-size:14px; } +.right { + float: right; +} + .disabled a { pointer-events: none; color: #808080; diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index bcb3ccd..b5ab9dc 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -194,12 +194,12 @@ assignee=issue.assignee.username) }}"> {{ issue.assignee.username }} - {% if authenticated and (issue.assignee.username == g.fas_user.username) %} - - {% endif %} + {% if authenticated and (issue.assignee.username == g.fas_user.username) %} + + {% endif %} {% else %} unassigned {% endif %} @@ -246,7 +246,6 @@ {% endif%} -