Skip to content

Instantly share code, notes, and snippets.

@wangjohn
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save wangjohn/87cbe3fbcec23be681fd to your computer and use it in GitHub Desktop.

Select an option

Save wangjohn/87cbe3fbcec23be681fd to your computer and use it in GitHub Desktop.
{{#bs-page-heading verbose=true title="Welcome back!" subtitle=(
format-message (intl-get 'messages.dashboardOverview.subtitle')
percentChange=(format-number averageChargePercentChange style='percent')
previous=(format-currency previousAverageCharge currency=currency)
current=(format-currency currentAverageCharge currency=currency)
sign=(compute-sign averageChargePercentChange bufferedFractionDigits=2)
timespan=(format-message (intl-get 'messages.helpers.timeElapsed')
unitCount=(time-elapsed overviewTimespan unit='months') unit='months')
)
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment