Changeset 129 for trunk/app

Show
Ignore:
Timestamp:
09/16/08 13:36:28 (4 months ago)
Author:
jweiss
Message:

update Capistrano to 2.5.0 and fix tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/users/_form.html.erb

    r115 r129  
    2222<p> 
    2323  <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;"} %> 
    2525</p> 
    2626