Skip to content

Commit

Permalink
Added Alex Mars to the list of users who can see the "Suggest Names" …
Browse files Browse the repository at this point in the history
…button.
  • Loading branch information
pellaea committed May 16, 2020
1 parent dcd2e49 commit 79e1fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/naming/_show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
any_names = observation.namings && observation.namings.count > 0

do_suggestions = logged_in && observation.thumb_image_id.present? &&
(@user.admin || [123, 40148].include?(@user.id))
(@user.admin || [123, 40148, 48075].include?(@user.id))
%>

<!--TABLE OF NAMES FOR WIDE SCREEN-->
Expand Down

1 comment on commit 79e1fe9

@nimmolo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merged to nimmolo/master

Please sign in to comment.