Make it possible to add video id's for events, some minor styling fixes
This commit is contained in:
parent
453133a26b
commit
8ca9b8cec4
3 changed files with 58 additions and 60 deletions
|
|
@ -12,7 +12,7 @@
|
|||
= simple_format(@event.abstract)
|
||||
%dl
|
||||
%dt Date:
|
||||
%dd= @event.start_time.strftime("%Y %B %e")
|
||||
%dd= @event.start_time.strftime("%Y %B %e %H:%M")
|
||||
%dt Conference:
|
||||
%dd= @event.conference.title
|
||||
- if @event.language
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue