Skip to content

Commit

Permalink
Display grace period note even if not below requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
riking authored and SamSaffron committed Sep 30, 2014
1 parent 36b5f73 commit 4aabc44
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
<i class="fa fa-lock"></i> {{i18n admin.user.tl3_requirements.locked_will_not_be_demoted}}
{{else}} {{! tl not locked }}
<i class="fa fa-check"></i> {{i18n admin.user.tl3_requirements.qualifies}}
{{#if leaderRequirements.on_grace_period}}
{{i18n admin.user.tl3_requirements.on_grace_period}}
{{/if}}
{{/if}}
{{/if}}
{{else}} {{! is not leader }}
Expand Down

0 comments on commit 4aabc44

Please sign in to comment.