Commit a5f1a1e1 authored by Paul Slaughter's avatar Paul Slaughter

Revert "Merge branch '217310' into 'master'"

This reverts commit 0eb7e145, reversing
changes made to a84d260e.
parent bd75e6ea
......@@ -170,17 +170,17 @@ export default {
</span>
</template>
<span v-else>{{ __('A deleted user') }}</span>
<span class="note-headline-light note-headline-meta d-sm-inline-flex align-items-center">
<span class="note-headline-light note-headline-meta d-inline-flex align-items-center">
<span class="system-note-message"> <slot></slot> </span>
<template v-if="createdAt">
<span ref="actionText" class="system-note-separator ml-1">
<span ref="actionText" class="system-note-separator">
<template v-if="actionText">{{ actionText }}</template>
</span>
<a
v-if="noteTimestampLink"
ref="noteTimestampLink"
:href="noteTimestampLink"
class="note-timestamp system-note-separator mr-1"
class="note-timestamp system-note-separator"
@click="updateTargetNoteHash"
>
<time-ago-tooltip :time="createdAt" tooltip-placement="bottom" />
......@@ -194,7 +194,7 @@ export default {
name="eye-slash"
:size="14"
:title="__('Private comments are accessible by internal staff only')"
class="mx-1 gl-text-gray-800"
class="ml-1 gl-text-gray-800"
/>
<slot name="extra-controls"></slot>
<i
......
......@@ -264,7 +264,7 @@ export default {
>
<slot slot="note-header-info" name="note-header-info"></slot>
<span v-if="commit" v-html="actionText"></span>
<span v-else class="d-none d-sm-inline">&middot;</span>
<span v-else class="d-none d-sm-inline mr-1">&middot;</span>
</note-header>
<note-actions
:author-id="author.id"
......
......@@ -107,7 +107,7 @@ export default {
<span v-html="actionTextHtml"></span>
<template v-if="canSeeDescriptionVersion" slot="extra-controls">
&middot;
<button type="button" class="btn-blank btn-link ml-1" @click="toggleDescriptionVersion">
<button type="button" class="btn-blank btn-link" @click="toggleDescriptionVersion">
{{ __('Compare with previous version') }}
<icon :name="descriptionVersionToggleIcon" :size="12" class="append-left-5" />
</button>
......
---
title: Fix missing space on system notes
merge_request: 31598
author:
type: fixed
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