diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-02-22 21:43:08 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-02-22 21:43:08 +0000 |
commit | 20aaed908edafd1d1e273026e20bfe89cfa2e088 (patch) | |
tree | c3678e4f0862d24aeb9c5cc0b8a7eebb53784095 /app | |
parent | 6ce56d45ef8760380250abaf39a3993f5a2b3903 (diff) | |
parent | 280e2c1ed546d686b86022b88137eb314de59485 (diff) | |
download | gitlab-ce-20aaed908edafd1d1e273026e20bfe89cfa2e088.tar.gz |
Merge branch 'ui-bundle-tag-remove' into 'master'
Remove bundle tag for ui help
Closes #41341
See merge request gitlab-org/gitlab-ce!17301
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/ui.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml index 1c4d67a8d2c..ce09b44fbb2 100644 --- a/app/views/help/ui.html.haml +++ b/app/views/help/ui.html.haml @@ -1,7 +1,5 @@ - page_title "UI Development Kit", "Help" - lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed fermentum nisi sapien, non consequat lectus aliquam ultrices. Suspendisse sodales est euismod nunc condimentum, a consectetur diam ornare." -- content_for :page_specific_javascripts do - = webpack_bundle_tag('ui_development_kit') .gitlab-ui-dev-kit %h1 GitLab UI development kit |