diff --git a/rhodecode/templates/ejs_templates/templates.html b/rhodecode/templates/ejs_templates/templates.html
--- a/rhodecode/templates/ejs_templates/templates.html
+++ b/rhodecode/templates/ejs_templates/templates.html
@@ -65,7 +65,9 @@ var data_hovercard_url = pyroutes.url('h
- <% if (!create) { %>
+ <% if (create) { %>
+ |
+ <% } else { %>
@@ -82,6 +84,7 @@ var data_hovercard_url = pyroutes.url('h
|
<% } %>
+
<% if (mandatory) { %>
diff --git a/rhodecode/templates/pullrequests/pullrequest_show.mako b/rhodecode/templates/pullrequests/pullrequest_show.mako
--- a/rhodecode/templates/pullrequests/pullrequest_show.mako
+++ b/rhodecode/templates/pullrequests/pullrequest_show.mako
@@ -598,20 +598,6 @@
${c.reviewers_count}
- ## REVIEW RULES
-
-
-
-
-
-
- ## review rules will be appended here, by default reviewers logic
-
-
-
-
## REVIEWERS
|