_shared_runner_status.html.haml 409 Bytes
Newer Older
1 2 3 4 5 6 7 8
- if project.builds_enabled?
  %li
    %span.light Shared Runners:
    %strong
      - if project.shared_runners_enabled?
        Enabled
        - if project.shared_runners_minutes_limit_enabled?
          - limit = project.actual_shared_runners_minutes_limit.to_i
9
          (Limited to #{limit} pipeline minutes per month)
10
        - else
11
          (Unlimited pipeline minutes)
12 13
      - else
        Disabled