22 23 24 25
# File 'lib/hemingway/block/list/list_nodes.rb', line 22 def list_html label_tag = label.empty? ? "" : Build.tag("span", label.html, :class => "list-label") Build.tag("li", label_tag + sequence.elements.map { |e| e.html }.join) end