Skip to content

Commit

Permalink
Fixed variable name to display value of extra_vars on Retirement tab
Browse files Browse the repository at this point in the history
  • Loading branch information
h-kataria committed Mar 31, 2017
1 parent b3fba79 commit cf5b5f2
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 cf5b5f2

Please sign in to comment.