Changes

<%= link_to 'Changes feed', changes_path(:format => 'atom') %>

Show: <%= ([link_to('All', changes_path)] + change_item_types.map { |type| link_to(type.pluralize, changes_path(:type => type)) }).join(' | ').html_safe %>

<% if @versions.any? %> <% @versions.each do |version| %> <% next unless change_show_allowed?(version) %> <%= render :partial => 'version', :object => version %> <% end %> <% else %> <% end %>
<%= paginate @versions %>
Time Attribute with previous and current values
— No changes found —