From 8f88c9736aeeca3eb298196882645cb5eef87764 Mon Sep 17 00:00:00 2001 From: sarken Date: Mon, 27 Aug 2012 01:06:17 +0000 Subject: [PATCH] Modify fix for issue 2183 by adding missing Join buttons on blurbs --- app/views/collections/_collection_blurb.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/collections/_collection_blurb.html.erb b/app/views/collections/_collection_blurb.html.erb index ce20fb58195..3ed81e7b7eb 100644 --- a/app/views/collections/_collection_blurb.html.erb +++ b/app/views/collections/_collection_blurb.html.erb @@ -59,7 +59,7 @@ <% end %> - <% if collection.user_is_owner?(current_user) || (collection.challenge && collection.challenge.signup_open && logged_in?) %> + <% if collection.user_is_owner?(current_user) || (collection.challenge && collection.challenge.signup_open && logged_in?) || (collection.moderated? && logged_in?) %>
<%= ts("User Actions") %>
<% end %>