% @body_class = '' @content_class = 'colM' @title = "Change history: #{@object.to_label}" @breadcrumbs = [ link_to('Home', :controller => 'auto_admin'), link_to( h( human_model(nil, true) ), { :controller => 'auto_admin', :model => params[:model], :action => 'list' } ), link_to( h( @object.to_label ), { :controller => 'auto_admin', :model => params[:model], :action => 'edit', :id => params[:id] } ), 'Change history' ] %>
| Date/time | User | Action |
|---|---|---|
| <%=h h.created_at %> | <%=h h.user.name %> | <%=h h.description %> |