Sha256: 581242163dc4ee59c86fed08171ea8a166c5b38e65457901db78302d7cfb4c2c
Contents?: true
Size: 959 Bytes
Versions: 1
Compression:
Stored size: 959 Bytes
Contents
module SportDbAdmin module ApplicationHelper def powered_by ## todo/fix: use version from wettpool module content_tag :div do link_to( 'Questions? Comments?', 'http://groups.google.com/group/opensport' ) + " | " + link_to( "world.db/#{WorldDb::VERSION}", 'https://github.com/geraldb/world.db' ) + ', ' + link_to( "sport.db/#{SportDb::VERSION}", 'https://github.com/geraldb/sport.db' ) + ', ' + link_to( "sport.db.admin/#{SportDbAdmin::VERSION}", 'https://github.com/geraldb/sport.db.admin' ) + ' - ' + content_tag( :span, "Ruby/#{RUBY_VERSION} (#{RUBY_RELEASE_DATE}/#{RUBY_PLATFORM}) on") + ' ' + content_tag( :span, "Rails/#{Rails.version} (#{Rails.env})" ) + " | " + link_to( 'Icon Drawer Flags', 'http://www.icondrawer.com' ) ## content_tag( :span, "#{request.headers['SERVER_SOFTWARE'] || request.headers['SERVER']}" ) end end end # module ApplicationHelper end # module SportDbAdmin
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sportdb-admin-0.2.0 | app/helpers/sport_db_admin/application_helper.rb |