Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
fix(ui): upgrade currency is now entirely uppercase to match conventi…
Browse files Browse the repository at this point in the history
…on of the rest of the ui

closes #34
  • Loading branch information
seiyria committed Dec 2, 2015
1 parent fcd9a47 commit a675209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jade/templates/upgrades.jade
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ script(type="text/ng-template", id="upgrades")
script(type="text/ng-template", id="upgrade-block")
.col-xs-12(uib-tooltip="{{upgrade.help}}", tooltip-placement="right", tooltip-append-to-body="true") {{upgrade.name}}
.col-xs-6
span {{upgrade.cost | number:0}} {{upgrade.currency}}
span {{upgrade.cost | number:0}} {{upgrade.currency | uppercase}}
.col-xs-6
button.btn.btn-link.margin-0(ng-disabled="currencyDataManager.currency[upgrade.currency] < upgrade.cost", ng-click="buyUpgrade(upgrade)") Buy

0 comments on commit a675209

Please sign in to comment.