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

_show.html.haml « ide « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0384fd50bc29753f2511985789b15866f1ff73f (plain)
1
2
3
4
5
6
7
8
9
10
- @body_class = 'ide-layout'
- page_title _('IDE')

- content_for :page_specific_javascripts do
  = stylesheet_link_tag 'page_bundles/ide'

#ide.ide-loading{ data: ide_data }
  .text-center
    .spinner.spinner-md
    %h2.clgray= _('Loading the GitLab IDE...')