module Admin::NodeHelper

def node_title

def node_title
  %{<span class="title">#{ h(@current_node.title) }</span>}.html_safe
end