Skip to content
Snippets Groups Projects
Unverified Commit 2ecac881 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Render modified icon for moved file

parent 4e846c73
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -160,7 +160,7 @@ module DiffHelper
end
 
def diff_file_changed_icon(diff_file)
if diff_file.deleted_file? || diff_file.renamed_file?
if diff_file.deleted_file?
"file-deletion"
elsif diff_file.new_file?
"file-addition"
Loading
Loading
---
title: Render modified icon for moved file in changes dropdown
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment