From 0ac57916caba47f8d2d1be89a94db63099f60ae5 Mon Sep 17 00:00:00 2001 From: Harpreet Kataria Date: Fri, 31 Mar 2017 16:52:26 -0400 Subject: [PATCH] Fixed variable name to display value of extra_vars on Retirement tab https://bugzilla.redhat.com/show_bug.cgi?id=1437496 --- app/views/catalog/_sandt_tree_show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)