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

show.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: 44336b95e0ff2d75a8c544a0e394cc79a9f980cb (plain)
1
2
3
4
5
6
7
8
9
10
- add_to_breadcrumbs _("Jobs"), project_jobs_path(@project)
- breadcrumb_title "##{@build.id}"
- page_title "#{@build.name} (##{@build.id})", _("Jobs")
- add_page_specific_style 'page_bundles/build'
- add_page_specific_style 'page_bundles/xterm'
- add_page_specific_style 'page_bundles/ci_status'

= render_if_exists "shared/shared_runners_minutes_limit_flash_message"

#js-job-vue-app{ data: jobs_data }