From dab9e1da51d5acab3a0389110b702a113951b2a0 Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Thu, 12 Jun 2014 22:07:30 +0300 Subject: [PATCH] show cfp partial only if @conference.call_for_papers is not nil --- app/views/conference/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conference/show.html.haml b/app/views/conference/show.html.haml index 8a844c77..d1b30f98 100644 --- a/app/views/conference/show.html.haml +++ b/app/views/conference/show.html.haml @@ -10,4 +10,4 @@ %div#sponsors = render 'sponsor' %div#social-media - = render 'social_media' + = render 'social_media' \ No newline at end of file