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:
parent
a104f4e309
commit
45834f1edf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue