Skip to content

Commit

Permalink
Merge pull request #875 from h-kataria/show_extra_vars_on_retirement_tab
Browse files Browse the repository at this point in the history
Fixed variable name to display value of extra_vars on Retirement tab
  • Loading branch information
Dan Clarizio authored Apr 3, 2017
2 parents 4425e78 + 0ac5791 commit 3393d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/catalog/_sandt_tree_show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3393d3c

Please sign in to comment.