Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
787b761d
Commit
787b761d
authored
May 14, 2020
by
Gilang Gumilar
Committed by
Phil Hughes
May 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a lonely dot in Batch Comments
parent
1524b205
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
app/assets/javascripts/notes/components/noteable_note.vue
app/assets/javascripts/notes/components/noteable_note.vue
+1
-1
app/views/shared/notes/_note.html.haml
app/views/shared/notes/_note.html.haml
+4
-3
changelogs/unreleased/10343-remove-a-lonely-dot-in-batch-comments.yml
...nreleased/10343-remove-a-lonely-dot-in-batch-comments.yml
+5
-0
No files found.
app/assets/javascripts/notes/components/noteable_note.vue
View file @
787b761d
...
...
@@ -258,7 +258,7 @@ export default {
<note-header
v-once
:author=
"author"
:created-at=
"note.created_at"
:note-id=
"note.id"
>
<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"
>
·
</span>
<span
v-else
-if=
"note.created_at"
class=
"d-none d-sm-inline"
>
·
</span>
</note-header>
<note-actions
:author-id=
"author.id"
...
...
app/views/shared/notes/_note.html.haml
View file @
787b761d
...
...
@@ -40,9 +40,10 @@
-
if
note
.
system
%span
.system-note-message
=
markdown_field
(
note
,
:note
)
%span
.system-note-separator
·
%a
.system-note-separator
{
href:
"##{dom_id(note)}"
}=
time_ago_with_tooltip
(
note
.
created_at
,
placement:
'bottom'
,
html_class:
'note-created-ago'
)
-
if
note
.
created_at
%span
.system-note-separator
·
%a
.system-note-separator
{
href:
"##{dom_id(note)}"
}=
time_ago_with_tooltip
(
note
.
created_at
,
placement:
'bottom'
,
html_class:
'note-created-ago'
)
-
unless
note
.
system?
.note-actions
-
if
note
.
for_personal_snippet?
...
...
changelogs/unreleased/10343-remove-a-lonely-dot-in-batch-comments.yml
0 → 100644
View file @
787b761d
---
title
:
Remove a lonely dot in Batch Comments.
merge_request
:
31783
author
:
Gilang Gumilar
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment