Commit 052487b7 authored by Lin Jen-Shin (🌙 02-15 ~ 02-25)'s avatar Lin Jen-Shin (🌙 02-15 ~ 02-25)

Merge branch 'ce-to-ee-2018-02-14' into 'master'

CE upstream - 2018-02-14 09:25 UTC

See merge request gitlab-org/gitlab-ee!4526
parents 03298205 39fce9d5
......@@ -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"
......
---
title: Render modified icon for moved file in changes dropdown
merge_request:
author:
type: fixed
......@@ -6,7 +6,6 @@
and [problems](https://bugs.mysql.com/bug.php?id=65830) that
[suggested](https://bugs.mysql.com/bug.php?id=50909)
[fixes](https://bugs.mysql.com/bug.php?id=65830) [have](https://bugs.mysql.com/bug.php?id=63164).
- We recommend using MySQL version 5.6 or later. Please see the following [issue][ce-38152].
## Initial database setup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment