BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
issue_note.vue
app/assets/javascripts/notes/components/issue_note.vue
+2
-3
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