Add page_copy icon.

This commit is contained in:
takezoe
2013-06-20 14:29:52 +09:00
parent 6ee5ab283e
commit 1a9693e524
2 changed files with 1 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
<li@if(i > 0){ class="border"}>
<a href="#diff-@i">
@if(diff.changeType == ChangeType.COPY || diff.changeType == ChangeType.RENAME){
<img src="@path/assets/common/images/page_edit.png"/> @diff.oldPath -> @diff.newPath
<img src="@path/assets/common/images/page_copy.png"/> @diff.oldPath -> @diff.newPath
}
@if(diff.changeType == ChangeType.ADD){
<img src="@path/assets/common/images/page_add.png"/> @diff.newPath

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B