Method: IsoDoc::PresentationXMLConvert#note_label

Defined in:
lib/isodoc/presentation_function/block.rb

#note_label(elem) ⇒ Object



62
63
64
65
# File 'lib/isodoc/presentation_function/block.rb', line 62

def note_label(elem)
  n = @xrefs.get[elem["id"]]
  labelled_autonum(@i18n.note, elem["id"], n&.dig(:label))
end