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
@@ -54,15 +54,24 @@
%if c.rhodecode_user.username != 'default':
%if c.following:
-
%else:
-
%endif
%endif:
+
+ ## locking icon
+ %if c.rhodecode_db_repo.enable_locking:
+ %if c.rhodecode_db_repo.locked[0]:
+
+ %else:
+
+ %endif
+ %endif
##REPO TYPE
%if h.is_hg(c.dbrepo):