mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 23:38:50 +01:00
5 lines
113 B
Ruby
5 lines
113 B
Ruby
module ExampleHelper
|
|
def example_format(text)
|
|
"<em><strong><small>#{text}</small></strong></em>"
|
|
end
|
|
end
|