Sha256: 6b5c0acdf7502f229a0305291f4b99743e793b8eb0a9fecad8d60340c29b523a
Contents?: true
Size: 600 Bytes
Versions: 19
Compression:
Stored size: 600 Bytes
Contents
module RhevHelper def rhev_deprecation_alert header = _('RHEV integration is deprecated.') text = _('On August 31, 2022, Red Hat Virtualization entered the Maintenance Support Phase. The Maintenance Support Phase runs until August 31, 2024, followed by the Extended Life Phase, which runs until August 31, 2026.') link = link_to(_('More information'), 'https://access.redhat.com/announcements/6960518', target: '_blank', rel: 'noopener') alert = "<strong>#{header}</strong><p>#{text} #{link}</p>" content_tag(:div, alert.html_safe, class: 'alert alert-warning') end end
Version data entries
19 entries across 19 versions & 1 rubygems