Skip to content

Commit

Permalink
bug in when we show the apps link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblum committed Feb 13, 2009
1 parent 0401f24 commit a58fae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/apps/index.html.erb
Expand Up @@ -35,7 +35,7 @@
<tr>
<td><%=link_to app.name, edit_app_path(app)%></td>
<td><%=h app.description %></td>
<%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 %>
<td>
Expand Down

0 comments on commit a58fae0

Please sign in to comment.