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
8bac0bbb
Commit
8bac0bbb
authored
Jan 05, 2018
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed Conflicts in repo_file + repo_tab
parent
d6b037c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
16 deletions
+2
-16
app/assets/javascripts/ide/components/repo_file.vue
app/assets/javascripts/ide/components/repo_file.vue
+2
-5
app/assets/javascripts/ide/components/repo_tab.vue
app/assets/javascripts/ide/components/repo_tab.vue
+0
-11
No files found.
app/assets/javascripts/ide/components/repo_file.vue
View file @
8bac0bbb
...
@@ -13,10 +13,7 @@
...
@@ -13,10 +13,7 @@
components
:
{
components
:
{
skeletonLoadingContainer
,
skeletonLoadingContainer
,
newDropdown
,
newDropdown
,
<<<<<<<
HEAD
fileStatusIcon
,
fileStatusIcon
,
=======
>>>>>>>
upstream
/
master
fileIcon
,
fileIcon
,
},
},
props
:
{
props
:
{
...
@@ -107,9 +104,9 @@
...
@@ -107,9 +104,9 @@
>
>
</file-icon>
</file-icon>
{{
file
.
name
}}
{{
file
.
name
}}
<file
StatusI
con
<file
-status-i
con
:file=
"file"
>
:file=
"file"
>
</file
StatusI
con>
</file
-status-i
con>
</a>
</a>
<new-dropdown
<new-dropdown
v-if=
"isTree"
v-if=
"isTree"
...
...
app/assets/javascripts/ide/components/repo_tab.vue
View file @
8bac0bbb
<
script
>
<
script
>
import
{
mapActions
}
from
'
vuex
'
;
import
{
mapActions
}
from
'
vuex
'
;
<<<<<<<
HEAD
import
fileStatusIcon
from
'
./repo_file_status_icon.vue
'
;
import
fileStatusIcon
from
'
./repo_file_status_icon.vue
'
;
=======
>>>>>>>
upstream
/
master
import
fileIcon
from
'
../../vue_shared/components/file_icon.vue
'
;
import
fileIcon
from
'
../../vue_shared/components/file_icon.vue
'
;
export
default
{
export
default
{
...
@@ -13,18 +10,10 @@ export default {
...
@@ -13,18 +10,10 @@ export default {
required
:
true
,
required
:
true
,
},
},
},
},
<<<<<<<
HEAD
components
:
{
components
:
{
fileStatusIcon
,
fileStatusIcon
,
fileIcon
,
fileIcon
,
},
},
=======
components
:
{
fileIcon
,
},
>>>>>>>
upstream
/
master
computed
:
{
computed
:
{
closeLabel
()
{
closeLabel
()
{
if
(
this
.
tab
.
changed
||
this
.
tab
.
tempFile
)
{
if
(
this
.
tab
.
changed
||
this
.
tab
.
tempFile
)
{
...
...
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