debian-mirror-gitlab/app/views/projects/blob/_pipeline_tour_success.html.haml

7 lines
466 B
Text
Raw Normal View History

2020-04-22 19:07:51 +05:30
.js-success-pipeline-modal{ data: { 'commit-cookie': suggest_pipeline_commit_cookie_name,
'go-to-pipelines-path': project_pipelines_path(@project),
2020-11-24 15:15:51 +05:30
'project-merge-requests-path': project_merge_requests_path(@project),
2021-09-30 23:02:18 +05:30
'example-link': help_page_path('ci/examples/index.md', anchor: 'gitlab-cicd-examples'),
2021-01-29 00:20:46 +05:30
'code-quality-link': help_page_path('user/project/merge_requests/code_quality'),
2020-04-22 19:07:51 +05:30
'human-access': @project.team.human_max_access(current_user&.id) } }