search for: label_my_account

Displaying 1 result from an estimated 1 matches for "label_my_account".

2010 Aug 13
0
Rails 2 and Rails 3 in the same gemset leads to errors
.../gems/activerecord-2.3.5/lib/ active_record/i18n_interpolation_deprecation.rb:17) ActionView::TemplateError (missing interpolation argument in "%m/% {count}/%Y %I:%M %p" ({:object=>Fri Aug 13 16:15:41 +0200 2010} given)) on line #4 of app/views/my/_sidebar.rhtml: 1: <h3><%=l(:label_my_account)%></h3> 2: 3: <p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br /> 4: <%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p> 5: 6: 7: <h4><%= l(:label_feeds_access_key) %></h4> /var/www/...