Add missing argument

In version/object_desc_and_link line 108, the fourth argument was missing that is added in this commit.
Closes https://github.com/opensuse/osem/issues/1689
This commit is contained in:
rahul 2017-09-12 19:35:53 +05:30
parent cb20dca10a
commit cceb11c73a

View file

@ -106,7 +106,8 @@
= 'booth'
- booth = current_or_last_object_state(version.item_type, version.item_id)
= link_if_alive version, booth.title,
admin_conference_booth_path(conference_id: Conference.find(version.conference_id).short_title, id: version.item_id )
admin_conference_booth_path(conference_id: Conference.find(version.conference_id).short_title, id: version.item_id ),
conference
- when 'Program'
= link_if_alive version, 'program',