Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-13 17:35:03 +0300
committerPhil Hughes <me@iamphill.com>2018-04-18 16:34:49 +0300
commitbdc437fc7620c285784d532d907811dc4ea378da (patch)
tree2ce5d93e3b4523b15f0ce4c939bc42177d757b49 /app/assets/javascripts/ide/components/ide.vue
parentd8dd75ca775f66fd756e43ddd73ac75d39fc3e64 (diff)
Add left links sidebar to IDE
[ci skip]
Diffstat (limited to 'app/assets/javascripts/ide/components/ide.vue')
-rw-r--r--app/assets/javascripts/ide/components/ide.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/ide/components/ide.vue b/app/assets/javascripts/ide/components/ide.vue
index 1c237c0ec97..a04fdd837bd 100644
--- a/app/assets/javascripts/ide/components/ide.vue
+++ b/app/assets/javascripts/ide/components/ide.vue
@@ -100,9 +100,9 @@ export default {
</div>
</template>
</div>
- <ide-contextbar
+ <!-- <ide-contextbar
:no-changes-state-svg-path="noChangesStateSvgPath"
:committed-state-svg-path="committedStateSvgPath"
- />
+ /> -->
</div>
</template>