debian-mirror-gitlab/app/views/ide/_show.html.haml

11 lines
258 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- @body_class = 'ide-layout'
- page_title 'IDE'
- content_for :page_specific_javascripts do
= stylesheet_link_tag 'page_bundles/ide'
2019-03-02 22:35:43 +05:30
#ide.ide-loading{ data: ide_data }
2019-02-15 15:39:39 +05:30
.text-center
2020-04-08 14:13:33 +05:30
.spinner.spinner-md
2019-02-15 15:39:39 +05:30
%h2.clgray= _('Loading the GitLab IDE...')