mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-04-21 03:32:29 +09:00
6 lines
126 B
Ruby
6 lines
126 B
Ruby
module VersionHelper
|
|
def version_badge
|
|
tag.span(Rails.application.config.app_version, class: "version-badge")
|
|
end
|
|
end
|