Sha256: 8345784acd3dd08ab26c9d78b607f88c4c3757ebe877721510f7a23075c5a857

Contents?: true

Size: 420 Bytes

Versions: 13

Compression:

Stored size: 420 Bytes

Contents

%div#versions
  - collapsed = session[:version_history].nil?
  %br
  = subtitle(:version_history, collapsed, t(:versions))
  %div
    %div{ hidden_if(collapsed) }
      .list
        - versions = Version.history(object).paginate(page: 1, per_page: 20)
        = render partial: "versions/version", collection: versions

      = paginate( collection: versions, id: 'versions_pagination', params: { action: 'versions' } )

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/versions/_versions.html.haml
fat_free_crm-0.22.0 app/views/versions/_versions.html.haml
fat_free_crm-0.21.0 app/views/versions/_versions.html.haml
fat_free_crm-0.20.1 app/views/versions/_versions.html.haml
fat_free_crm-0.20.0 app/views/versions/_versions.html.haml
fat_free_crm-0.19.2 app/views/versions/_versions.html.haml
fat_free_crm-0.19.0 app/views/versions/_versions.html.haml
fat_free_crm-0.18.2 app/views/versions/_versions.html.haml
fat_free_crm-0.17.3 app/views/versions/_versions.html.haml
fat_free_crm-0.18.1 app/views/versions/_versions.html.haml
fat_free_crm-0.18.0 app/views/versions/_versions.html.haml
fat_free_crm-0.17.2 app/views/versions/_versions.html.haml
fat_free_crm-0.17.1 app/views/versions/_versions.html.haml