Sha256: f77d7b49fc69620eeff90838194a2b5fcd5ad99cc33b79d65dde9ed6c412c90e
Contents?: true
Size: 330 Bytes
Versions: 6
Compression:
Stored size: 330 Bytes
Contents
= f.label :lang, I18n.t(:lang, :count => 1) %div = f.select :lang, I18n.available_locales.collect{ |locale| [I18n.t(locale, :scope => [:lang, :full]),locale.to_s]}, :prompt => I18n.t(:please_select) .clear = f.label :time_zone, I18n.t(:time_zone, :count => 1) %div = f.time_zone_select :time_zone, ActiveSupport::TimeZone.all
Version data entries
6 entries across 6 versions & 1 rubygems