Skip to content
代码片段 群组 项目
未验证 提交 ff843452 编辑于 作者: Payton Burdette's avatar Payton Burdette 提交者: GitLab
浏览文件

Merge branch 'kkloss-fix-superfluous-space-on-merge-train-page' into 'master'

Fix superfluous space in titles on merge train page

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160415



Merged-by: default avatarPayton Burdette <pburdette@gitlab.com>
Approved-by: default avatarPayton Burdette <pburdette@gitlab.com>
Co-authored-by: default avatarKev Kloss <kkloss@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -59,9 +59,7 @@ export default {
<p>
<gl-sprintf :message="$options.confirmationMessage">
<template #title>
<code>
{{ mergeRequestTitle }}
</code>
<code>{{ mergeRequestTitle }}</code>
</template>
</gl-sprintf>
</p>
......
......@@ -119,9 +119,9 @@ export default {
<template #cell(mr)="{ item }">
<ci-icon v-if="item.pipeline" :status="item.pipeline.detailedStatus" />
<gl-link :href="item.mergeRequest.webPath" class="gl-underline gl-ml-3">
{{ item.mergeRequest.title }}
</gl-link>
<gl-link :href="item.mergeRequest.webPath" class="gl-underline gl-ml-3">{{
item.mergeRequest.title
}}</gl-link>
<div class="gl-ml-3 gl-inline-block">
<span data-testid="timeago-train-text">
{{ buildTimeAgoString(item) }}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册