Commit a1104f2d authored by Mike Greiling's avatar Mike Greiling

fix wording on admin projects page

parent f0ec5704
......@@ -98,10 +98,10 @@
Enabled
- if @project.shared_runners_minutes_quota?
- if @project.shared_runners_minutes_limit_enabled?
= @project.actual_shared_runners_minutes_limit.to_i
total minutes
- limit = @project.actual_shared_runners_minutes_limit.to_i
(Limited to #{limit} minutes per month)
- else
Unlimited
(Unlimited minutes)
- else
Disabled
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment