debian-mirror-gitlab/app/views/projects/runners/_index.html.haml

12 lines
337 B
Text
Raw Normal View History

2018-10-15 14:42:47 +05:30
= render 'shared/runners/runner_description'
2015-09-25 12:07:36 +05:30
%hr
2019-02-15 15:39:39 +05:30
%p.lead= _('To start serving your jobs you can either add specific Runners to your project or use shared Runners')
2015-09-25 12:07:36 +05:30
.row
.col-sm-6
2017-08-17 22:00:37 +05:30
= render 'projects/runners/specific_runners'
2015-09-25 12:07:36 +05:30
.col-sm-6
2017-08-17 22:00:37 +05:30
= render 'projects/runners/shared_runners'
2018-10-15 14:42:47 +05:30
= render 'projects/runners/group_runners'