mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-25 18:26:10 +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
|