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: b24d6e27536dd869b485c4c1c69c3f267275592f (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
    = icon('spinner spin 2x')
    %h2.clgray= _('Loading the GitLab IDE...')