From 9aa465b9e6f749bc6952e8a432e3ce0699591115 Mon Sep 17 00:00:00 2001 From: Nick Barnwell Date: Sun, 21 Sep 2014 21:43:41 -0700 Subject: [PATCH] fix --- app/views/profiles/_host_tea_time_info.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/_host_tea_time_info.html.haml b/app/views/profiles/_host_tea_time_info.html.haml index 41a796bf..2b2dcf4f 100644 --- a/app/views/profiles/_host_tea_time_info.html.haml +++ b/app/views/profiles/_host_tea_time_info.html.haml @@ -2,7 +2,7 @@ - if !tea_times.count.zero? %ul.upcoming.host - tea_times.each do |tea_time| - %li.tea-time{class: (:cancelled if tea_time.cancelled?) + %li.tea-time{ class: (:cancelled if tea_time.cancelled?) } = render partial: 'teatime_info', locals: {tea_time: tea_time, att: nil} - if current_user.host? .attendees-container