mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add markdown to events abstract
This commit is contained in:
parent
60877e9593
commit
72cd463dc7
8 changed files with 10 additions and 19 deletions
|
|
@ -12,7 +12,7 @@ describe EventSerializer, type: :serializer do
|
|||
length: 30,
|
||||
scheduled_date: '',
|
||||
language: nil,
|
||||
abstract: '<p>Lorem ipsum dolor sit amet</p>',
|
||||
abstract: 'Lorem ipsum dolor sit amet',
|
||||
speaker_ids: [],
|
||||
type: 'Example Event Type',
|
||||
room: nil,
|
||||
|
|
@ -44,7 +44,7 @@ describe EventSerializer, type: :serializer do
|
|||
length: 30,
|
||||
scheduled_date: ' 2014-03-04T00:00:00+0000 ',
|
||||
language: 'English',
|
||||
abstract: '<p>Lorem ipsum dolor sit amet</p>',
|
||||
abstract: 'Lorem ipsum dolor sit amet',
|
||||
speaker_ids: [speaker.user.id],
|
||||
type: 'Example Event Type',
|
||||
room: room.guid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue