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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-11-13 12:45:32 +0300
committerJacques Erasmus <jerasmus@gitlab.com>2019-11-13 12:45:32 +0300
commite5d69f2ad6863f6776857d13aa90921779db1bea (patch)
tree0af415197d3c1869905966363d44b011ceb48a1d
parentc7e758bdb7c1763351580d0bafd79a0f9d3c68ee (diff)
Update navigation toggle name
Update the component & directory name to match out GitLan convention
-rw-r--r--content/frontend/bundles/default.js2
-rw-r--r--content/frontend/components/navigation_toggle/navigation_toggle.vue (renamed from content/frontend/components/nav-toggle/NavigationToggle.vue)0
2 files changed, 1 insertions, 1 deletions
diff --git a/content/frontend/bundles/default.js b/content/frontend/bundles/default.js
index 42f7e633..878f513e 100644
--- a/content/frontend/bundles/default.js
+++ b/content/frontend/bundles/default.js
@@ -1,5 +1,5 @@
import Vue from 'vue';
-import NavigationToggle from '../components/nav-toggle/NavigationToggle.vue';
+import NavigationToggle from '../components/navigation_toggle/navigation_toggle.vue';
document.addEventListener(
'DOMContentLoaded',
diff --git a/content/frontend/components/nav-toggle/NavigationToggle.vue b/content/frontend/components/navigation_toggle/navigation_toggle.vue
index 29673abc..29673abc 100644
--- a/content/frontend/components/nav-toggle/NavigationToggle.vue
+++ b/content/frontend/components/navigation_toggle/navigation_toggle.vue