Commit 7ac70b02 authored by Mike Greiling's avatar Mike Greiling

display the period start date

parent c0530a76
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
.row .row
.col-sm-6 .col-sm-6
%strong %strong
- last_reset = @group.shared_runners_minutes_last_reset
- if last_reset
Usage since
= last_reset.strftime('%b %d, %Y')
- else
Current Period Usage Current Period Usage
%div %div
= group_shared_runner_limits_quota(@group) = group_shared_runner_limits_quota(@group)
......
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