Add email notifications for events registrations, add switch-checkboxes, create EventsRegistrations controller, separate page for events that require registration
This commit is contained in:
parent
139a8565e2
commit
77af75f319
38 changed files with 1313 additions and 403 deletions
|
|
@ -97,7 +97,7 @@
|
|||
on_text: 'Yes',
|
||||
off_text: 'No' }
|
||||
- if @event.require_registration
|
||||
= registered_text(@event)
|
||||
Registered: #{registered_text(@event)}
|
||||
|
||||
-if @program.languages.present?
|
||||
%tr
|
||||
|
|
@ -105,7 +105,6 @@
|
|||
%b Language
|
||||
%td
|
||||
= @event.language
|
||||
|
||||
- if !@event.room.nil?
|
||||
%tr
|
||||
%td
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue