From: Nick Lewis <[email protected]> Reviewed-by: Paul Berry <[email protected]> and Max Martin <[email protected]>
Signed-off-by: Paul Berry <[email protected]> --- Local-branch: maint/next/add-registry app/views/nodes/show.html.haml | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/app/views/nodes/show.html.haml b/app/views/nodes/show.html.haml index cb3bd71..4f9b783 100644 --- a/app/views/nodes/show.html.haml +++ b/app/views/nodes/show.html.haml @@ -79,10 +79,6 @@ Recent inspections %span.count== (#{@node.reports.inspections.count}) - reports_limit = 10 - - if @node.baseline_report - %h4 - Baseline: - = link_to "#{@node.baseline_report.time}", @node.baseline_report %table.inspector %thead %tr -- 1.7.2 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
