mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 02:00:12 +01:00
7 lines
96 B
Ruby
Executable file
7 lines
96 B
Ruby
Executable file
module StatsHelper
|
|
|
|
def font_size(cloud, tag)
|
|
9 + 2 * cloud.relative_size(tag)
|
|
end
|
|
|
|
end
|