From 1c09b75cc2d412eaff1d336b5488427b46d9653b Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Mon, 6 Jan 2014 22:48:55 -0200 Subject: [PATCH] remove comment, for the record, it was an arbitrary number picked due to performance reasons --- 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 5ffdc67b4..383cfd187 100644 --- a/app/views/contacts/index.html.haml +++ b/app/views/contacts/index.html.haml @@ -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')