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
487ed06f
Commit
487ed06f
authored
Jul 26, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip] Adds :key property to awards v-for
parent
57b1b815
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/assets/javascripts/notes/components/issue_note_awards_list.vue
...s/javascripts/notes/components/issue_note_awards_list.vue
+2
-1
No files found.
app/assets/javascripts/notes/components/issue_note_awards_list.vue
View file @
487ed06f
...
@@ -169,7 +169,8 @@
...
@@ -169,7 +169,8 @@
<div
class=
"awards js-awards-block"
>
<div
class=
"awards js-awards-block"
>
<button
<button
v-tooltip
v-tooltip
v-for=
"(awardList, awardName) in groupedAwards"
v-for=
"(awardList, awardName, index) in groupedAwards"
:key=
"index"
:class=
"getAwardClassBindings(awardList, awardName)"
:class=
"getAwardClassBindings(awardList, awardName)"
:title=
"awardTitle(awardList)"
:title=
"awardTitle(awardList)"
@
click=
"handleAward(awardName)"
@
click=
"handleAward(awardName)"
...
...
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