diff --git a/kallithea/templates/changeset/diff_block.html b/kallithea/templates/changeset/diff_block.html
--- a/kallithea/templates/changeset/diff_block.html
+++ b/kallithea/templates/changeset/diff_block.html
@@ -46,12 +46,18 @@
${diff|n}
%if path.rsplit('.')[-1] in ['png', 'gif', 'jpg', 'bmp']:
Show images
- Press to swap images
+ %if change =='M':
+ Press to swap images
+ %endif
-
![]()
-
![]()
+ %if change == 'M':
+
![]()
+ %endif
+ %if change in 'AM':
+
![]()
+ %endif
%endif
@@ -98,12 +104,18 @@
${diff|n}
%if filenode_path.rsplit('.')[-1] in ['png', 'gif', 'jpg', 'bmp']:
Show images
- Press to swap images
+ %if op == 'M':
+ Press to swap images
+ %endif
-
![]()
-
![]()
+ %if op == 'M':
+
![]()
+ %endif
+ %if op in 'AM':
+
![]()
+ %endif
%endif