Merge pull request #890 from theseyi/master

fixes reference to current purge policy in template
This commit is contained in:
Seyi Adebajo 2017-12-01 15:14:10 -08:00 committed by GitHub
commit 8843cdfdfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,10 +46,10 @@
{{else}} {{else}}
{{#if purgeType}} {{#if purgePolicy}}
<li class="purge-policy-list__item"> <li class="purge-policy-list__item">
<strong> <strong>
{{get (get purgePolicyProps purgeType) "displayAs"}} {{get (get purgePolicyProps purgePolicy) "displayAs"}}
</strong> </strong>
</li> </li>
{{else}} {{else}}