ManageIQ/manageiq-ui-classic

View on GitHub
app/views/vm_common/_snapshots_tree.html.haml

Summary

Maintainability
Test Coverage
#snapshots_tree_div
  - if @record.snapshots.count > 0
    %fieldset
      %h3= _('Available Snapshots')
      = render(:partial => 'shared/tree', :locals => {:tree => @snapshot_tree, :name => @snapshot_tree.name})