remove comment, for the record, it was an arbitrary number picked due to performance reasons

This commit is contained in:
Fabian Rodriguez 2014-01-06 22:48:55 -02:00 committed by Florian Staudacher
parent 9fc70a03a9
commit 1c09b75cc2

View file

@ -18,7 +18,7 @@
#people_stream.stream.contacts
- if @aspect
#aspect_controls
- if @contacts_size > 0 && @contacts_size < 20 #TODO Fla: why 20? Technical restriction? We already warn the user if > 16
- if @contacts_size > 0 && @contacts_size < 20
= start_a_conversation_link(@aspect, @contacts_size)
= link_to edit_aspect_path(@aspect), rel: "facebox", class: "button" do
= t('aspects.edit.manage')