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

Version Path
forgeos_core-1.9.5.rc2 app/views/admin/settings/_display.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/settings/_display.html.haml
forgeos_core-1.9.4 app/views/admin/settings/_display.html.haml
forgeos_core-1.9.3 app/views/admin/settings/_display.html.haml
forgeos_core-1.9.2 app/views/admin/settings/_display.html.haml
forgeos_core-1.9.1 app/views/admin/settings/_display.html.haml