Fix Prettier formatting and add MR to changelog
This commit is contained in:
parent
05dcb2dd76
commit
e6a3898e90
2 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Display empty files properly on MR diffs
|
||||
merge_request:
|
||||
merge_request: 23671
|
||||
author: Sean Nichols
|
||||
type: fixed
|
||||
|
|
Loading…
Reference in a new issue