Sha256: 3256ad08b0909c09713456ff9886dcf5d7bb28084b49588f7b485e591e4a7c23
Contents?: true
Size: 934 Bytes
Versions: 8
Compression:
Stored size: 934 Bytes
Contents
<h1>Changes</h1> <p class='changes_feed'><%= link_to 'Changes feed', changes_path(:format => 'atom') %></p> <p> Show: <%= ([link_to('All', changes_path)] + change_item_types.map { |type| link_to(type.pluralize, changes_path(:type => type)) }).join(' | ').html_safe %> </p> <table class='changes_table'> <tfoot> <tr> <td colspan='2'> <%= will_paginate @versions %> </td> </tr> </tfoot> <thead> <tr class='changes_header'> <th class='change_time'>Time</th> <th class='change_details'>Attribute with previous and current values</th> </tr> </thead> <tbody> <% if @versions.any? %> <% @versions.each do |version| %> <% next unless change_show_allowed?(version) %> <%= render :partial => 'version', :object => version %> <% end %> <% else %> <td rowspan='2'> — No changes found — </td> <% end %> </tbody> </table>
Version data entries
8 entries across 8 versions & 2 rubygems