debian-mirror-gitlab/app/views/projects/jobs/index.html.haml

16 lines
554 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- page_title _("Jobs")
2021-01-29 00:20:46 +05:30
- add_page_specific_style 'page_bundles/ci_status'
2017-09-10 17:25:29 +05:30
2019-12-04 20:38:33 +05:30
.top-area
- build_path_proc = ->(scope) { project_jobs_path(@project, scope: scope) }
= render "shared/builds/tabs", build_path_proc: build_path_proc, all_builds: @all_builds, scope: @scope
2019-12-04 20:38:33 +05:30
.nav-controls
- if can?(current_user, :update_build, @project)
2020-11-24 15:15:51 +05:30
= link_to project_ci_lint_path(@project), class: 'btn gl-button btn-default' do
2021-03-08 18:12:59 +05:30
%span
= _('CI Lint')
2019-12-04 20:38:33 +05:30
.content-list.builds-content-list
= render "table", builds: @builds, project: @project