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)