Module: Katello::HostCollectionEventsHelper

Defined in:
app/helpers/katello/host_collection_events_helper.rb

Instance Method Summary collapse

Instance Method Details

#format_description(description) ⇒ Object



3
4
5
# File 'app/helpers/katello/host_collection_events_helper.rb', line 3

def format_description(description)
  description.is_a?(String) ? description.gsub("\n", "<br/>") : description
end