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

This commit is contained in:
danielgrippi 2011-07-03 14:50:04 -07:00
parent a104f4e309
commit 45834f1edf

View file

@ -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