diff --git a/app/views/invitations/_new.haml b/app/views/invitations/_new.haml index 9cd41f05f..ec219b2ef 100644 --- a/app/views/invitations/_new.haml +++ b/app/views/invitations/_new.haml @@ -4,7 +4,7 @@ = invite.label :email = invite.text_field :email To - - if @aspect == :all + - unless @aspect.is_a? Aspect = invite.select(:aspects, @aspects_dropdown_array) - else = invite.select(:aspects, @aspects_dropdown_array, :selected => @aspect.id)