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
b0d84c1e
Commit
b0d84c1e
authored
Apr 12, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added ChangedFileIcon component to rows
parent
b867b33e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
app/assets/javascripts/ide/components/file_finder/item.vue
app/assets/javascripts/ide/components/file_finder/item.vue
+10
-0
No files found.
app/assets/javascripts/ide/components/file_finder/item.vue
View file @
b0d84c1e
<
script
>
<
script
>
import
fuzzaldrinPlus
from
'
fuzzaldrin-plus
'
;
import
fuzzaldrinPlus
from
'
fuzzaldrin-plus
'
;
import
FileIcon
from
'
../../../vue_shared/components/file_icon.vue
'
;
import
FileIcon
from
'
../../../vue_shared/components/file_icon.vue
'
;
import
ChangedFileIcon
from
'
../changed_file_icon.vue
'
;
const
MAX_PATH_LENGTH
=
60
;
const
MAX_PATH_LENGTH
=
60
;
export
default
{
export
default
{
components
:
{
components
:
{
ChangedFileIcon
,
FileIcon
,
FileIcon
,
},
},
props
:
{
props
:
{
...
@@ -71,5 +73,13 @@ export default {
...
@@ -71,5 +73,13 @@ export default {
>
>
</span>
</span>
</span>
</span>
<span
v-if=
"file.changed || file.tempFile"
class=
"diff-changed-stats"
>
<changed-file-icon
:file=
"file"
/>
</span>
</a>
</a>
</
template
>
</
template
>
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