mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
Add page_copy icon.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
<li@if(i > 0){ class="border"}>
|
<li@if(i > 0){ class="border"}>
|
||||||
<a href="#diff-@i">
|
<a href="#diff-@i">
|
||||||
@if(diff.changeType == ChangeType.COPY || diff.changeType == ChangeType.RENAME){
|
@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){
|
@if(diff.changeType == ChangeType.ADD){
|
||||||
<img src="@path/assets/common/images/page_add.png"/> @diff.newPath
|
<img src="@path/assets/common/images/page_add.png"/> @diff.newPath
|
||||||
|
|||||||
BIN
src/main/webapp/assets/common/images/page_copy.png
Normal file
BIN
src/main/webapp/assets/common/images/page_copy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 663 B |
Reference in New Issue
Block a user