remove comment, for the record, it was an arbitrary number picked due to performance reasons
This commit is contained in:
parent
9fc70a03a9
commit
1c09b75cc2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
#people_stream.stream.contacts
|
#people_stream.stream.contacts
|
||||||
- if @aspect
|
- if @aspect
|
||||||
#aspect_controls
|
#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)
|
= start_a_conversation_link(@aspect, @contacts_size)
|
||||||
= link_to edit_aspect_path(@aspect), rel: "facebox", class: "button" do
|
= link_to edit_aspect_path(@aspect), rel: "facebox", class: "button" do
|
||||||
= t('aspects.edit.manage')
|
= t('aspects.edit.manage')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue