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

index.html.haml « jobs « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0073c6b89cd72df78c4e305095de26accb9bd463 (plain)
1
2
3
4
5
6
- page_title _("Jobs")
- add_page_specific_style 'page_bundles/ci_status'
- add_page_specific_style 'page_bundles/merge_request'
- admin = local_assigns.fetch(:admin, false)

#js-jobs-table{ data: { admin: admin, full_path: @project.full_path, job_statuses: job_statuses.to_json, pipeline_editor_path: project_ci_pipeline_editor_path(@project), empty_state_svg_path: image_path('jobs-empty-state.svg') } }