diff options
author | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-04 14:09:02 +0200 |
---|---|---|
committer | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-07 08:54:08 +0200 |
commit | 8f29d9c6eee0e2de827249d07dea644936297630 (patch) | |
tree | 1825402d95935edc0ba2270cb9418fa52e30b4a3 /app/views/projects | |
parent | 3762b910eb413475d0c5568efefdadcfb2e9724f (diff) | |
download | gitlab-ce-8f29d9c6eee0e2de827249d07dea644936297630.tar.gz |
Extract shared partial app/views/shared/runners/_runner_description.html.haml
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/runners/_index.html.haml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/app/views/projects/runners/_index.html.haml b/app/views/projects/runners/_index.html.haml index e3833ceb5f1..022687b831f 100644 --- a/app/views/projects/runners/_index.html.haml +++ b/app/views/projects/runners/_index.html.haml @@ -1,19 +1,4 @@ -.light.prepend-top-default - %p - A 'Runner' is a process which runs a job. - You can setup as many Runners as you need. - %br - Runners can be placed on separate users, servers, and even on your local machine. - - %p Each Runner can be in one of the following states: - %div - %ul - %li - %span.label.label-success active - \- Runner is active and can process any new jobs - %li - %span.label.label-danger paused - \- Runner is paused and will not receive any new jobs += render 'shared/runners/runner_description' %hr |