diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index e6b4cd3..5c38480 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -391,6 +391,12 @@ a.notblue { background-repeat: no-repeat; min-height: 150px; } +.content-loading { + background-image: url("images/spinner.gif"); + background-position: center center; + background-repeat: no-repeat; + min-height: 150px; +} .repoinfo-branchlistitem { diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 4e268cc..90a96c5 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -435,7 +435,9 @@ {% endif %} - + + + {% if pull_request.status != 'Open'%}