A better happening now, with admin debug on. LOL

This commit is contained in:
Michael Ball 2020-07-31 10:58:37 -07:00
parent 61f5c9e0ee
commit 0b0518d67d
2 changed files with 7 additions and 3 deletions

View file

@ -181,7 +181,7 @@ module EventsHelper
if current_user.roles.where(id: conference.roles).any?
# Show Pre-Event links for any memeber of the conference team.
link_to("Join Live Event",
link_to("Join Live Event (debug is now?: #{is_now})",
event.url, target: '_blank')
elsif current_user.registered_to_event?(conference)
link_to('Join Live Event', event.url, target: '_blank')