Method: IsoDoc::PresentationXMLConvert#see_lbl
- Defined in:
- lib/isodoc/presentation_function/index.rb
#see_lbl ⇒ Object
113 114 115 |
# File 'lib/isodoc/presentation_function/index.rb', line 113 def see_lbl @lang == "en" ? @i18n.see : "<em>#{@i18n.see}</em>" end |