Method: IsoDoc::PresentationXMLConvert#also_lbl
- Defined in:
- lib/isodoc/presentation_function/index.rb
#also_lbl ⇒ Object
117 118 119 |
# File 'lib/isodoc/presentation_function/index.rb', line 117 def also_lbl @lang == "en" ? @i18n.see_also : "<em>#{@i18n.see_also}</em>" end |