Sha256: 85dca854f08cf8ec11b67544c20dde2f989e27cc20710546a7907322f39243b4
Contents?: true
Size: 287 Bytes
Versions: 109
Compression:
Stored size: 287 Bytes
Contents
module ForemanTasks module TasksHelper def format_task_input(task) return '-' unless task task.action end def format_recurring_logic_limit(thing) if thing.nil? content_tag(:i, N_('Unlimited')) else thing end end end end
Version data entries
109 entries across 109 versions & 1 rubygems