mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 14:44:07 +01:00
5 lines
126 B
Ruby
5 lines
126 B
Ruby
module ExampleHelper
|
|
def example_format(text)
|
|
"<em><strong><small>#{h(text)}</small></strong></em>".html_safe
|
|
end
|
|
end
|