Skip to content

Commit

Permalink
🐛 : correct module card description
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Aug 20, 2019
1 parent 88ec6fa commit d8dc694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:title="module.name">
<b-card-text>
<img sec:authorize="hasRole('ADMIN')" :src="'https://img.shields.io/badge/terraform-'+module.cliVersion+'-blue.svg?style=flat-square,alt='+module.cliVersion+',title='+module.cliVersion" style="margin-bottom: .75rem" />
<p :text="module.description">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<p>{{module.description}}</p>

<p v-if="module.estimatedMonthlyCost">Estimated monthly cost : <b-badge variant="info">{{module.estimatedMonthlyCost}} $</b-badge></p>
</b-card-text>
Expand Down

0 comments on commit d8dc694

Please sign in to comment.