Fix broken link to modal component source
This commit is contained in:
parent
8c2192943a
commit
ce3e4dc80f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ See also the [corresponding UX guide](../ux_guide/components.md#dropdowns).
|
|||
|
||||
See also the [corresponding UX guide](../ux_guide/components.md#modals).
|
||||
|
||||
We have a reusable Vue component for modals: [vue_shared/components/gl-modal.vue](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/vue_shared/components/gl-modal.vue)
|
||||
We have a reusable Vue component for modals: [vue_shared/components/gl_modal.vue](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/vue_shared/components/gl_modal.vue)
|
||||
|
||||
Here is an example of how to use it:
|
||||
|
||||
|
|
Loading…
Reference in a new issue