From 82da4d3911c6445df6e76e30adcd19c212f6c5f6 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Tue, 10 Jun 2014 15:52:27 +1000 Subject: [PATCH] Fixing the taxon icons to support le svgs --- app/views/json/_taxon.rabl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/json/_taxon.rabl b/app/views/json/_taxon.rabl index 916abeff78..265ace60d7 100644 --- a/app/views/json/_taxon.rabl +++ b/app/views/json/_taxon.rabl @@ -1,5 +1,5 @@ attributes :name, :id, :permalink node :icon do |taxon| - taxon.icon.url + taxon.icon(:original) end