From a58fae0fd6cec082722f59ad5e10de44a3596383 Mon Sep 17 00:00:00 2001 From: adamblum Date: Fri, 13 Feb 2009 13:21:51 -0800 Subject: [PATCH] bug in when we show the apps link --- app/views/apps/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/apps/index.html.erb b/app/views/apps/index.html.erb index 2f181e90..67249769 100644 --- a/app/views/apps/index.html.erb +++ b/app/views/apps/index.html.erb @@ -35,7 +35,7 @@ <%=link_to app.name, edit_app_path(app)%> <%=h app.description %> - <%if !app.anonymous %> + <%if app.anonymous!=1 %> <%sub=Membership.find_by_app_id_and_user_id app.id,@current_user.id%> <%if sub and sub.credential %>