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: 475bae887ec81fd7dd6d0ec76faa7e78e1a91c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @no_container = true
- add_to_breadcrumbs _("Jobs"), project_jobs_path(@project)
- breadcrumb_title "##{@build.id}"
- page_title "#{@build.name} (##{@build.id})", _("Jobs")

- content_for :page_specific_javascripts do
  = stylesheet_link_tag 'page_bundles/xterm'

%div{ class: container_class }
  #js-job-vue-app{ data: { endpoint: project_job_path(@project, @build, format: :json),
    runner_help_url: help_page_path('ci/runners/README.html', anchor: 'setting-maximum-job-timeout-for-a-runner'),
    runner_settings_url: project_runners_path(@build.project, anchor: 'js-runners-settings'),
    build_options: javascript_build_options } }