From 45834f1edfd16ea4bf4fd867ed4919ea80c94088 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sun, 3 Jul 2011 14:50:04 -0700 Subject: [PATCH] remove 'start a conversation button' until we have a limit, or a warning message if a person is sending a message to more than ~20 people --- app/views/contacts/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/contacts/index.html.haml b/app/views/contacts/index.html.haml index 1907bc014..5c7714eb8 100644 --- a/app/views/contacts/index.html.haml +++ b/app/views/contacts/index.html.haml @@ -20,7 +20,7 @@ #people_stream.stream.contacts - if @aspect_ #aspect_controls - = link_to t('.start_a_conversation'), new_conversation_path(:aspect_id => @aspect_.id, :name => @aspect_.name), :class => "button conversation_button", :rel => "facebox" + /= link_to t('.start_a_conversation'), new_conversation_path(:aspect_id => @aspect_.id, :name => @aspect_.name), :class => "button conversation_button", :rel => "facebox" = link_to t('.edit_aspect', :name => @aspect_.name), edit_aspect_path(@aspect_), :rel => "facebox" - if @contacts.size > 0