diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html
index 90f98b9..c238e1f 100644
--- a/progit/templates/repo_info.html
+++ b/progit/templates/repo_info.html
@@ -129,7 +129,7 @@
{% endif %}
{% if diff_commits %}
- Request pull
{% endif %}
@@ -149,7 +149,7 @@
{{ commit.message.split('\n')[0] }}
{% if diff_commits and commit.oid.hex in diff_commits %}
*
- (Request pull)
{% endif %}