Sha256: 8e52bce20e69af80033169a8d39842542d6e08e95325fc11e2f3905aca830d18

Contents?: true

Size: 721 Bytes

Versions: 2

Compression:

Stored size: 721 Bytes

Contents

%h1 Changes

%p.changes_feed
  = link_to 'Changes feed', changes_path(:format => 'atom')

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

%table.changes_table
  %tfoot
    %tr
      %td{:colspan => 2}
        = will_paginate @versions
  %thead
    %tr.changes_header
      %th.change_time Time
      %th.change_details Attribute with previous and current values
  %tbody
    - if @versions.any?
      - @versions.each do |version|
        - next unless change_show_allowed?(version)
        = render :partial => 'version', :object => version
    - else
      %td{:rowspan => 2}
        — No changes found —

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paper_trail_manager-0.1.1 app/views/paper_trail_manager/changes/index.html.haml
paper_trail_manager-0.1.0 app/views/paper_trail_manager/changes/index.html.haml