Show staff count on invites page, don't warn if you have 3

This commit is contained in:
Robin Ward
2016-09-21 17:15:57 -04:00
parent 62e1f88adc
commit a95bb6006d
6 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{{#if showStaffCount}}
<div class='staff-count'>
{{i18n "wizard.staff_count" count=field.value}}
</div>
{{/if}}