Sha256: 4874d0c047975a5dbc82fe3626f1e89839010d90630d380fc2100a0f95382b2d

Contents?: true

Size: 990 Bytes

Versions: 12

Compression:

Stored size: 990 Bytes

Contents

.page-header
  %h2
    = t('.title')
    = @record.class.to_s.demodulize
  %h4
    = @record.is_a?(::Comfy::Cms::Page) ? "#{t('.full_path')}: #{@record.full_path}" : "#{t('.slug')}: #{@record.identifier}"

- content_for :right_column do
  .box.revisions
    - @record.revisions.each do |revision|
      = active_link_to l(revision.created_at), :id => revision.id

%table.table
  %tr
    %th= t('.content')
    %th= t('.changes')

  - @current_content.each do |label, content|
    %tr
      %th= label
      %td.main.with-table
        %table.table.diff
          %tr
            %th= t('.previous')
            %td.main.original= @versioned_content[label]
          %tr.hide
            %th= t('.current')
            %td.main.changed= content
          %tr
            %th= t('.current')
            %td.main.diff

= comfy_form_for @revision, :url => {:action => :revert} do |form|
  = form.form_group :class => 'form-actions' do
    = form.submit t('.update'), :class => 'btn btn-primary'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.12.11 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.10 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.9 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.8 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.7 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.6 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.5 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.4 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.3 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.2 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.1 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-1.12.0 app/views/comfy/admin/cms/revisions/show.html.haml