mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
8 lines
137 B
Ruby
8 lines
137 B
Ruby
module VersionCheckHelper
|
|
def version_status_badge
|
|
if Rails.env.production?
|
|
image_tag VersionCheck.new.url
|
|
end
|
|
end
|
|
end
|