ManageIQ/manageiq-ui-classic

View on GitHub
app/views/generic_mailer/policy_action_email.text.haml

Summary

Maintainability
Test Coverage
= @miq_action_hash[:policy_detail]
= "#{_('Event:')}  #{@miq_action_hash[:event_description]}"
= "#{_('Entity:')}  (#{@miq_action_hash[:entity_type]}) #{@miq_action_hash[:entity_name]}"
- if @miq_action_hash[:event_details]
  = "#{_('Details')}:  #{@miq_action_hash[:event_details]}"