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,6 +65,7 @@ var data_hovercard_url = pyroutes.url('h
+ <% if (!create) { %>
@@ -79,6 +80,24 @@ var data_hovercard_url = pyroutes.url('h
<% } %>
|
+ <% } %>
+
+ <% if (mandatory) { %>
+
+
+
+
+ |
+
+ <% } else { %>
+
+ <% if (allowed_to_update) { %>
+
+
+
+ <% } %>
+ |
+ <% } %>
@@ -94,9 +113,6 @@ var data_hovercard_url = pyroutes.url('h
})
%>
- |
-
-
<% if (reviewGroup !== null) { %>
<%- reviewGroup %>
@@ -104,23 +120,6 @@ var data_hovercard_url = pyroutes.url('h
<% } %>
|
- <% if (mandatory) { %>
-
-
-
-
- |
-
- <% } else { %>
-
- <% if (allowed_to_update) { %>
-
-
-
- <% } %>
- |
- <% } %>
-