Sha256: 77c4b8f6bdaa476282e9651c562aaeae1065f2e8026d174ae070ac8d0c516345

Contents?: true

Size: 794 Bytes

Versions: 6

Compression:

Stored size: 794 Bytes

Contents

- content_for :title, "##{@definition.id} #{@definition.name} « Script Revisions"
- content_for :content_title, "Script Revisions"

- content_for :breadcrumb do
  ol.breadcrumb
    li= link_to raw('<i class="fa fa-database"></i> Job Definitions'), job_definitions_path
    li= link_to "Details", @definition
    li.active Revisions

style= Diffy::CSS

- @revisions.each.with_index(1) do |revision, nextIndex|
  .box id="revision-#{revision.id}"
    .box-header
      .row
        .col-md-9
          - if revision.user
            h2.box-title= revision.user.name
          - else
            h2.box-title Unknown User
        .col-md-3.right-button.text-right
          = link_to revision.changed_at, anchor: "revision-#{revision.id}"
    .box-body= revision.html_diff(@revisions[nextIndex])

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kuroko2-0.8.0 app/views/kuroko2/script_revisions/index.html.slim
kuroko2-0.7.0 app/views/kuroko2/script_revisions/index.html.slim
kuroko2-0.6.0 app/views/kuroko2/script_revisions/index.html.slim
kuroko2-0.5.2 app/views/kuroko2/script_revisions/index.html.slim
kuroko2-0.5.1 app/views/kuroko2/script_revisions/index.html.slim
kuroko2-0.5.0 app/views/kuroko2/script_revisions/index.html.slim