Method: IsoDoc::PresentationXMLConvert#termsource_status
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#termsource_status(status) ⇒ Object
153 154 155 156 157 158 |
# File 'lib/isodoc/presentation_function/terms.rb', line 153 def termsource_status(status) case status when "modified" then @i18n.modified when "adapted" then @i18n.adapted end end |