module CmAdmin::ViewHelpers::PageInfoHelper

def custom_action_title(custom_action)

def custom_action_title(custom_action)
   custom_action.display_name.to_s.presence || custom_action.name.to_s.titleize
end