debian-mirror-gitlab/app/views/projects/learn_gitlab/index.html.haml

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

9 lines
256 B
Text
Raw Normal View History

2021-03-11 19:13:27 +05:30
- breadcrumb_title _("Learn GitLab")
- page_title _("Learn GitLab")
2021-04-17 20:07:23 +05:30
- add_page_specific_style 'page_bundles/learn_gitlab'
2021-12-11 22:18:48 +05:30
- data = learn_gitlab_data(@project)
2021-03-11 19:13:27 +05:30
2022-01-26 12:08:38 +05:30
= render 'projects/invite_members_modal', project: @project
2022-05-07 20:08:51 +05:30
#js-learn-gitlab-app{ data: data }