diff --git a/app/views/catalog/_sandt_tree_show.html.haml b/app/views/catalog/_sandt_tree_show.html.haml index c23ed8c3719..3464eec910f 100644 --- a/app/views/catalog/_sandt_tree_show.html.haml +++ b/app/views/catalog/_sandt_tree_show.html.haml @@ -314,8 +314,8 @@ %th = _("Default value") %tbody - - if retirement[:extra_vars] - - retirement[:extra_vars].each do |key, value| + - if @record.config_info[:retirement][:extra_vars] + - @record.config_info[:retirement][:extra_vars].each do |key, value| %tr %td = h(key)