From ad71d240b3dd2159d5a911e600d4a7934e78b95d Mon Sep 17 00:00:00 2001 From: Skud Date: Mon, 26 Nov 2012 22:50:08 +1100 Subject: [PATCH] oops, should be an = here --- app/views/members/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/members/show.html.haml b/app/views/members/show.html.haml index fb0c02a4b..058bbc4db 100644 --- a/app/views/members/show.html.haml +++ b/app/views/members/show.html.haml @@ -36,7 +36,7 @@ and 20 more crops including: - (1..20).each do - @crop = random_crop - - @crop ? link_to(@crop.system_name, url_for(@crop)) : 'blah' + = @crop ? link_to(@crop.system_name, url_for(@crop)) : 'blah' %p= link_to "More about #{@member.gardens.first.name}...", url_for(@member.gardens.first)