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: 2e322c7db23967c250a77b6a8c45465dfaaacee6 (plain)
1
2
3
4
5
6
7
8
- 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'

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