mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #1695 from rahul2240/revhistory
Add missing argument
This commit is contained in:
commit
ca5d139dc2
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue