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

index.html.haml « learn_gitlab « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e950c26d34d6ba40a2a17d21fb7464d2f5370d0 (plain)
1
2
3
4
5
6
7
8
- breadcrumb_title _("Learn GitLab")
- page_title _("Learn GitLab")
- add_page_specific_style 'page_bundles/learn_gitlab'
- data = learn_gitlab_data(@project)

= render 'projects/invite_members_modal', project: @project

#js-learn-gitlab-app{ data: data }