Method: IsoDoc::PresentationXMLConvert#recommendation1
- Defined in:
- lib/isodoc/presentation_function/reqt.rb
#recommendation1(elem, type) ⇒ Object
24 25 26 27 28 |
# File 'lib/isodoc/presentation_function/reqt.rb', line 24 def recommendation1(elem, type) lbl = @reqt_models.model(elem["model"]) .recommendation_label(elem, type, xrefs) prefix_name(elem, {}, l10n(lbl), "name") end |