From 583d7ca0dbd4cd8e446d8f09fee7389b1ba2365c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 7 Jul 2015 14:28:06 -0800 Subject: [PATCH] SQUASH --- app/pods/species/index/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pods/species/index/template.hbs b/app/pods/species/index/template.hbs index 4f34a27..6fc2993 100644 --- a/app/pods/species/index/template.hbs +++ b/app/pods/species/index/template.hbs @@ -1,5 +1,5 @@

{{genus-name}} Species

-

Total species: {{species.length}}

+

Total species: {{model.length}}

{{add-button label="Add Species" link="species.new" canAdd=metaData.canAdd}}