diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html
--- a/rhodecode/templates/summary/summary.html
+++ b/rhodecode/templates/summary/summary.html
@@ -63,15 +63,15 @@
%endif
%endif:
-
+
## locking icon
%if c.rhodecode_db_repo.enable_locking:
%if c.rhodecode_db_repo.locked[0]:
-
+
%else:
%endif
- %endif
+ %endif
##REPO TYPE
%if h.is_hg(c.dbrepo):