From 4e23383bea3d888c8b17c339b6c3ffa8244f5317 Mon Sep 17 00:00:00 2001 From: babybeasimple Date: Mon, 29 Jul 2013 15:04:04 +0400 Subject: [PATCH] (haml.snippets): add number_to_currency helper snippet --- snippets/haml.snippets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snippets/haml.snippets b/snippets/haml.snippets index 939158d..fd66e74 100644 --- a/snippets/haml.snippets +++ b/snippets/haml.snippets @@ -27,4 +27,5 @@ snippet ife snippet ifp - if ${1:condition}.presence? ${2} - +snippet ntc + = number_to_currency(${1})