mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add missing : to booths and events_cfp
This commit is contained in:
parent
407b1838cf
commit
be6bfb6aad
2 changed files with 6 additions and 6 deletions
|
|
@ -1,16 +1,16 @@
|
|||
%dt
|
||||
Type
|
||||
Type:
|
||||
%dd
|
||||
= @cfp.cfp_type.capitalize
|
||||
%dt
|
||||
Start Date
|
||||
Start Date:
|
||||
%dd
|
||||
= @cfp.start_date.strftime('%A, %B %e. %Y')
|
||||
%dt
|
||||
End Date
|
||||
End Date:
|
||||
%dd
|
||||
= @cfp.end_date.strftime('%A, %B %e. %Y')
|
||||
%dt
|
||||
Days Left
|
||||
Days Left:
|
||||
%dd
|
||||
= pluralize(@cfp.remaining_days, 'day')
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
%dd
|
||||
= tracks(@conference)
|
||||
%dt
|
||||
Public Schedule
|
||||
Public Schedule:
|
||||
%dd#schedule_public
|
||||
- if @program.schedule_public
|
||||
Yes
|
||||
|
|
@ -37,6 +37,6 @@
|
|||
- else
|
||||
No
|
||||
%dt
|
||||
Rating Levels
|
||||
Rating Levels:
|
||||
%dd#rating
|
||||
= @program.rating
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue