Make EE::GeoHelper::node_selected_namespaces_to_replicate simpler

parent 61e82841
module EE
module GeoHelper
def node_selected_namespaces_to_replicate(node)
node.namespaces.sort_by(&:human_name).map(&:human_name).join(', ')
node.namespaces.map(&:human_name).sort.join(', ')
end
def node_status_icon(node)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment