mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
5 lines
127 B
Ruby
5 lines
127 B
Ruby
module ExampleHelper
|
|
def example_format(text)
|
|
"<em><strong><small>#{h(text)}</small></strong></em>".html_safe!
|
|
end
|
|
end
|