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
1c14e4ed
Commit
1c14e4ed
authored
Apr 03, 2020
by
Marcel van Remmerden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove file view link from Web IDE
parent
abce316f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
app/assets/javascripts/ide/components/repo_editor.vue
app/assets/javascripts/ide/components/repo_editor.vue
+2
-5
changelogs/unreleased/199081-remove-open-in-file-view-in-web-ide.yml
...unreleased/199081-remove-open-in-file-view-in-web-ide.yml
+5
-0
No files found.
app/assets/javascripts/ide/components/repo_editor.vue
View file @
1c14e4ed
...
...
@@ -11,7 +11,6 @@ import {
FILE_VIEW_MODE_PREVIEW
,
}
from
'
../constants
'
;
import
Editor
from
'
../lib/editor
'
;
import
ExternalLink
from
'
./external_link.vue
'
;
import
FileTemplatesBar
from
'
./file_templates/bar.vue
'
;
import
{
__
}
from
'
~/locale
'
;
...
...
@@ -19,7 +18,6 @@ export default {
components
:
{
ContentViewer
,
DiffViewer
,
ExternalLink
,
FileTemplatesBar
,
},
props
:
{
...
...
@@ -275,8 +273,8 @@ export default {
<
template
>
<div
id=
"ide"
class=
"blob-viewer-container blob-editor-container"
>
<div
class=
"ide-mode-tabs clearfix"
>
<ul
v-if=
"!shouldHideEditor && isEditModeActive"
class=
"nav-links float-left border-bottom-0"
>
<div
v-if=
"!shouldHideEditor && isEditModeActive"
class=
"ide-mode-tabs clearfix"
>
<ul
class=
"nav-links float-left border-bottom-0"
>
<li
:class=
"editTabCSS"
>
<a
href=
"javascript:void(0);"
...
...
@@ -296,7 +294,6 @@ export default {
>
</li>
</ul>
<external-link
:file=
"file"
/>
</div>
<file-templates-bar
v-if=
"showFileTemplatesBar(file.name)"
/>
<div
...
...
changelogs/unreleased/199081-remove-open-in-file-view-in-web-ide.yml
0 → 100644
View file @
1c14e4ed
---
title
:
Remove open in file view link from Web IDE
merge_request
:
28705
author
:
type
:
removed
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