Sha256: 9b1e6104089241cdce0c099667ccaa6106b889c87dc4deee1e1aa82706638800
Contents?: true
Size: 251 Bytes
Versions: 83
Compression:
Stored size: 251 Bytes
Contents
module Tenon class PageDecorator < ApplicationDecorator def option_title ot = '' ot << ' ' * ((@object.depth || 0) * 3) ot << '- ' if (@object.depth || 0) > 0 ot << @object.title ot.html_safe end end end
Version data entries
83 entries across 83 versions & 1 rubygems