debian-mirror-gitlab/app/views/web_ide/remote_ide/index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
184 B
Text
Raw Normal View History

2023-03-04 22:38:38 +05:30
- data = local_assigns.fetch(:data)
- page_title _('Web IDE')
= render partial: 'shared/ide_root', locals: { data: data, loading_text: _('Connecting to the remote environment...') }