A better happening now, with admin debug on. LOL
This commit is contained in:
parent
61f5c9e0ee
commit
0b0518d67d
2 changed files with 7 additions and 3 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue