From 38d7c9f88e85c8fd735df3a2319f04ab0e2e7aaa Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 24 Feb 2011 16:24:01 -0600 Subject: [PATCH] more nil protection --- app/views/predators/home.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/predators/home.html.erb b/app/views/predators/home.html.erb index 1b93241..7c2c345 100644 --- a/app/views/predators/home.html.erb +++ b/app/views/predators/home.html.erb @@ -36,7 +36,7 @@
- <%= @next_show.showtext %> + <%= @next_show.showtext unless @next_show.nil? %>
<% unless @frontpage_audio_url.nil?%>