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
1aae91c9
Commit
1aae91c9
authored
Nov 24, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename issue_note_awards_list
parent
864fa5a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/notes/components/issue_note_body.vue
app/assets/javascripts/notes/components/issue_note_body.vue
+3
-3
app/assets/javascripts/notes/components/note_awards_list.vue
app/assets/javascripts/notes/components/note_awards_list.vue
+0
-0
spec/javascripts/notes/components/note_awards_list_spec.js
spec/javascripts/notes/components/note_awards_list_spec.js
+2
-2
No files found.
app/assets/javascripts/notes/components/issue_note_body.vue
View file @
1aae91c9
<
script
>
import
noteEditedText
from
'
./note_edited_text.vue
'
;
import
issueNoteAwardsList
from
'
./issue_
note_awards_list.vue
'
;
import
noteAwardsList
from
'
./
note_awards_list.vue
'
;
import
noteAttachment
from
'
./note_attachment.vue
'
;
import
issueNoteForm
from
'
./issue_note_form.vue
'
;
import
TaskList
from
'
../../task_list
'
;
...
...
@@ -27,7 +27,7 @@
],
components
:
{
noteEditedText
,
issueN
oteAwardsList
,
n
oteAwardsList
,
noteAttachment
,
issueNoteForm
,
},
...
...
@@ -107,7 +107,7 @@
:edited-by=
"note.last_edited_by"
action-text=
"Edited"
/>
<
issue-
note-awards-list
<note-awards-list
v-if=
"note.award_emoji.length"
:note-id=
"note.id"
:note-author-id=
"note.author.id"
...
...
app/assets/javascripts/notes/components/
issue_
note_awards_list.vue
→
app/assets/javascripts/notes/components/note_awards_list.vue
View file @
1aae91c9
File moved
spec/javascripts/notes/components/
issue_
note_awards_list_spec.js
→
spec/javascripts/notes/components/note_awards_list_spec.js
View file @
1aae91c9
import
Vue
from
'
vue
'
;
import
store
from
'
~/notes/stores
'
;
import
awardsNote
from
'
~/notes/components/
issue_
note_awards_list.vue
'
;
import
awardsNote
from
'
~/notes/components/note_awards_list.vue
'
;
import
{
issueDataMock
,
notesDataMock
}
from
'
../mock_data
'
;
describe
(
'
issue_
note_awards_list component
'
,
()
=>
{
describe
(
'
note_awards_list component
'
,
()
=>
{
let
vm
;
let
awardsMock
;
...
...
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