Sha256: 4bb6d00bdbfc37bcd21da46279f1ac0001397e6e529e1361da9abb65ebace4d9

Contents?: true

Size: 432 Bytes

Versions: 19

Compression:

Stored size: 432 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

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/versions/_versions.html.haml
fat_free_crm-0.15.2 app/views/versions/_versions.html.haml
fat_free_crm-0.16.4 app/views/versions/_versions.html.haml
fat_free_crm-0.14.1 app/views/versions/_versions.html.haml
fat_free_crm-0.15.1 app/views/versions/_versions.html.haml
fat_free_crm-0.16.3 app/views/versions/_versions.html.haml
fat_free_crm-0.16.2 app/views/versions/_versions.html.haml
fat_free_crm-0.16.1 app/views/versions/_versions.html.haml
fat_free_crm-0.16.0 app/views/versions/_versions.html.haml
fat_free_crm-0.15.0 app/views/versions/_versions.html.haml
fat_free_crm-0.15.0.beta.2 app/views/versions/_versions.html.haml
fat_free_crm-0.15.0.beta app/views/versions/_versions.html.haml
fat_free_crm-0.14.0 app/views/versions/_versions.html.haml
reduced_fat_crm-0.15.0.beta app/views/versions/_versions.html.haml
reduced_fat_crm-0.14.0 app/views/versions/_versions.html.haml
fat_free_crm-0.13.6 app/views/versions/_versions.html.haml
fat_free_crm-0.13.5 app/views/versions/_versions.html.haml
fat_free_crm-0.13.4 app/views/versions/_versions.html.haml
fat_free_crm-0.13.3 app/views/versions/_versions.html.haml