clay / handlebars

A collection of helpers and partials for handlebars
MIT License
15 stars 8 forks source link

Add ordinal suffix after a number #47

Closed terrineal closed 7 years ago

terrineal commented 7 years ago

A helper function that appends an ordinal suffix at the end of a number i.e. '1' -> '1st', '2' -> '2nd'

Being used for the upcoming competitive house seats interactive. Trello

nelsonpecora commented 7 years ago

Hmm, it doesn't seem like tests are being triggered on branches. Let me check something...

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 559a126bfd4191ef84a73d29291609caddfccd30 on add-ordinal-suffix into on master.

terrineal commented 7 years ago

Ah! Thanks @nelsonpecora! I appreciate that!