mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
Only show historical active user cound when current doesn't exceed limit.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
#{restricted} users
|
||||
|
||||
- if historical && historical > restricted
|
||||
- if historical && historical > restricted && current < restricted
|
||||
%span.label.label-danger.pull-right.prepend-left-10
|
||||
%strong
|
||||
Maximum during license life: #{historical} users
|
||||
|
||||
Reference in New Issue
Block a user