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
b5b562a3
Commit
b5b562a3
authored
Aug 03, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip] Fix alignment problems
parent
7c130bf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
app/assets/javascripts/notes/components/issue_note.vue
app/assets/javascripts/notes/components/issue_note.vue
+2
-3
app/assets/javascripts/notes/components/issue_note_actions.vue
...ssets/javascripts/notes/components/issue_note_actions.vue
+1
-1
No files found.
app/assets/javascripts/notes/components/issue_note.vue
View file @
b5b562a3
...
...
@@ -39,7 +39,7 @@
return
{
'
is-editing
'
:
this
.
isEditing
,
'
disabled-content
'
:
this
.
isDeleting
,
'
js-my-note
'
:
this
.
author
.
id
===
this
.
currentUserId
,
//
'js-my-note': this.author.id === this.currentUserId,
target
:
this
.
targetNoteHash
===
this
.
noteAnchorId
,
};
},
...
...
@@ -123,8 +123,7 @@
class=
"note timeline-entry"
:id=
"noteAnchorId"
:class=
"classNameBindings"
:data-award-url=
"note.toggle_award_path"
:note-id=
"note.id"
>
:data-award-url=
"note.toggle_award_path"
>
<div
class=
"timeline-entry-inner"
>
<div
class=
"timeline-icon"
>
<user-avatar-link
...
...
app/assets/javascripts/notes/components/issue_note_actions.vue
View file @
b5b562a3
...
...
@@ -92,7 +92,7 @@
data-position="right"
href="#"
title="Add reaction">
<loading-icon
/>
<loading-icon
:inline=
"true"
/>
<span
v-html=
"emojiSmiling"
class=
"link-highlight award-control-icon-neutral"
>
...
...
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