diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-07 15:10:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-07 15:10:50 +0000 |
commit | 807c4eae46f96ccd54ce1d8d13f4547eda017267 (patch) | |
tree | 190aaf8d8c0a766fa7fc396355fd5e0d865db889 /app/views/ide | |
parent | ebe0e306bbd6e913763bf1865b7778c001994e31 (diff) | |
download | gitlab-ce-807c4eae46f96ccd54ce1d8d13f4547eda017267.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/ide')
-rw-r--r-- | app/views/ide/_show.html.haml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/ide/_show.html.haml b/app/views/ide/_show.html.haml index 091d7e7a4f1..eb6d5668807 100644 --- a/app/views/ide/_show.html.haml +++ b/app/views/ide/_show.html.haml @@ -7,11 +7,6 @@ - content_for :prefetch_asset_tags do - webpack_preload_asset_tag('monaco') -- data = ide_data(project: @project, - branch: @branch, - path: @path, - merge_request: @merge_request, - fork_info: @fork_info, - learn_gitlab_source: @learn_gitlab_source) +- data = ide_data(project: @project, fork_info: @fork_info, params: params) = render partial: 'shared/ide_root', locals: { data: data, loading_text: _('Loading the GitLab IDE...') } |