Sha256: b1f3d103ff9629f8cebc8d56d22a8892c5c70515a30afdbac0c134e466135a64

Contents?: true

Size: 1.06 KB

Versions: 22

Compression:

Stored size: 1.06 KB

Contents

- content_for :right_column do
  .box.revisions
    - @record.revisions.order(created_at: :desc).each do |revision|
      = active_link_to l(revision.created_at, format: :short), { id: revision.id }, class: "btn btn-sm btn-light d-block text-primary mb-1"

.page-header
  %h2
    = t('.title')
    = @record.class.to_s.demodulize

.row.d-none.d-lg-flex
  .col-lg-10.ml-auto
    .row
      .col-lg-6
        .label= t('.previous')
      .col-lg-6
        .label= t('.current')

- @current_content.each do |label, content|
  .row.revision
    .col-lg-2.text-lg-right.bg-light
      .label= label
    .col-lg-10
      .row
        .col-lg-6
          .content
            = safe_join @versioned_content[label].to_s.split("\n"), raw("<br/>")
        .col-lg-6.diff
          .original.d-none= @versioned_content[label]
          .current.d-none= content
          .content

= comfy_form_with model: @revision, url: { action: :revert } do |form|
  = form.form_actions do
    = submit_tag t(".update"), class: "btn btn-primary"
    = link_to t(".cancel"), record_path, class: "btn btn-link"

Version data entries

22 entries across 22 versions & 7 rubygems

Version Path
comfortable_media_surfer-3.1.0 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_media_surfer-3.0.0 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-2.0.19 app/views/comfy/admin/cms/revisions/show.html.haml
PixelForce_ETS-0.0.2 app/views/comfy/admin/cms/revisions/show.html.haml
PixelForce_ETS-0.0.1 app/views/comfy/admin/cms/revisions/show.html.haml
kcyEtsTest2-0.0.4 app/views/comfy/admin/cms/revisions/show.html.haml
kcyEtsTest2-0.0.3 app/views/comfy/admin/cms/revisions/show.html.haml
kcyEtsTest2-0.0.2 app/views/comfy/admin/cms/revisions/show.html.haml
kcyEtsTest2-0.0.1 app/views/comfy/admin/cms/revisions/show.html.haml
kcyEtsTest-0.0.1 app/views/comfy/admin/cms/revisions/show.html.haml
kcyEtsTest-2.2.19 app/views/comfy/admin/cms/revisions/show.html.haml
ComfortableMexicanSofa-2.0.18 app/views/comfy/admin/cms/revisions/show.html.haml
kcy1-1.0 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-2.0.18 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-2.0.17 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-2.0.16 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-2.0.15 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-2.0.14 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-2.0.13 app/views/comfy/admin/cms/revisions/show.html.haml
comfortable_mexican_sofa-2.0.12 app/views/comfy/admin/cms/revisions/show.html.haml