mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix variable error in versions#index
This commit is contained in:
parent
cf251515f4
commit
c9a7b6fc1c
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@
|
|||
- if Organization.find_by(id: version.conference_id)
|
||||
-# organization_admin belongs to organization and not conferences
|
||||
- organization = Organization.find_by(id: version.conference_id)
|
||||
= link_if_alive version, role.name,
|
||||
= link_if_alive version, role_name,
|
||||
admins_admin_organization_path(organization), organization
|
||||
- else
|
||||
(Role Deleted)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue