diff --git a/app/views/search/communities.rhtml b/app/views/search/communities.rhtml
index 52817b2..a178f9c 100644
--- a/app/views/search/communities.rhtml
+++ b/app/views/search/communities.rhtml
@@ -11,4 +11,11 @@
<%= pagination_links @results.values.first %>
+
+<% if logged_in? %>
+ <% button_bar do %>
+ <%= button(:add, _('New community'), :controller => 'memberships', :action => 'new_community', :profile => current_user.person.identifier) %>
+ <% end %>
+<% end %>
+
--
libgit2 0.21.2