From 9b07ce07d67916c88447f3a37e2f51c4516856f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 29 Jan 2012 13:13:08 +0100 Subject: [PATCH] --amend [ci skip] --- app/views/contacts/index.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/contacts/index.html.haml b/app/views/contacts/index.html.haml index 938d56958..5051b9160 100644 --- a/app/views/contacts/index.html.haml +++ b/app/views/contacts/index.html.haml @@ -63,3 +63,6 @@ != t('.no_contacts_message_with_aspect', :community_spotlight => link_to(t('.community_spotlight'), community_spotlight_path), :add_to_aspect_link => link_to(t('.add_to_aspect_link', :name => @aspect.name), edit_aspect_path(@aspect), :rel => "facebox")) + - else + != t('.no_contacts_message', + :community_spotlight => link_to(t('.community_spotlight'), community_spotlight_path))