diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 17851a5..c297985 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -425,11 +425,14 @@ title="View file as of {{ patch_new_id|short }}">{{ filepath | unicode }} {% elif pull_request and pull_request.remote %} + {{ filepath | unicode }} +
this is a remote pull-request, so we cannot provide you with a direct link to the file but you can always checkout the pull-request locally to review it entirely. +
{% endif %} {% endmacro %}