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

index.html.haml « remote_ide « web_ide « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f007794d056762fe7673343a9d1e3483d6bd99d4 (plain)
1
2
3
4
5
- data = local_assigns.fetch(:data)

- page_title _('Web IDE')

= render partial: 'shared/ide_root', locals: { data: data, loading_text: _('Connecting to the remote environment...') }