- Timestamp:
- 09/16/08 13:36:28 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/users/_form.html.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/users/_form.html.erb
r115 r129 22 22 <p> 23 23 <b>Timezone</b><br /> 24 <%= time_zone_select 'user', :time_zone, TimeZone.all, {},{:style => "width:330px;"} %>24 <%= time_zone_select 'user', :time_zone, ActiveSupport::TimeZone.all, {},{:style => "width:330px;"} %> 25 25 </p> 26 26
