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 %>