From 3c6479f303cbaaea1cb2bdb1573de6111f3bf90e Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 30 Nov 2014 19:25:53 +0100 Subject: [PATCH] pluralize --- app/views/static/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml index 6eaf0d0f..5d3abca1 100644 --- a/app/views/static/index.html.haml +++ b/app/views/static/index.html.haml @@ -10,8 +10,8 @@ %p %strong You have - = inbox_count - new questions in your inbox! + pluralize(inbox_count, 'new question') + in your inbox! .row .col-md-6.col-sm-6.col-xs-6 %h4.entry-text#follower-count= current_user.follower_count