Fix Prettier formatting and add MR to changelog

This commit is contained in:
Sean Nichols 2018-12-08 01:31:47 -05:00
parent 05dcb2dd76
commit e6a3898e90
2 changed files with 2 additions and 4 deletions

View file

@ -176,9 +176,7 @@ export default {
{{ __('This source diff could not be displayed because it is too large.') }}
<span v-html="viewBlobLink"></span>
</div>
<div v-if="file.empty" class="nothing-here-block">
{{ __('Empty file') }}
</div>
<div v-if="file.empty" class="nothing-here-block">{{ __('Empty file') }}</div>
</div>
</template>

View file

@ -1,5 +1,5 @@
---
title: Display empty files properly on MR diffs
merge_request:
merge_request: 23671
author: Sean Nichols
type: fixed