Sha256: 908a7441e44df6abe24a98c5ad4d2f588b939d83d595f4cb0d00a691cda5a9c2

Contents?: true

Size: 968 Bytes

Versions: 12

Compression:

Stored size: 968 Bytes

Contents

.col-md-3.sidebar
  %br/
  %ul.nav.nav-pills{style: "margin-left: 10px"}
    %li
      %a{href: "#version-previous"} Previous Version
    %li.active
      %a{href: "#version-diff"} Diff
    %li
      %a{href: "#version-new"} Applied Changes

  %ul.nav.nav-list.nav-list-panel.compare-change-list
    %li.nav-header 
      Change List


.col-md-9.col-md-offset-3
  - page_title = title "Comparing version #{params[:version]} for #{@page.title}"
  = render 'breadcrumb', link_last: true

  = link_to "Back to History", history_wiki_page_path(@page), class: "btn btn-primary"

  %h2 
    #{@page.title}
    %small= params[:version]

  %hr/

.col-md-9.col-md-offset-3

  %hr/

.col-md-9.col-md-offset-3.compare-column
  #wiki-content.wiki-content.content-description
    .tab-content
      #version-previous.tab-pane.fade
        = raw @old_html
      #version-diff.tab-pane.fade.active.in
        = raw @diff_html
      #version-new.tab-pane.fade
        = raw @new_html

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tawork-0.0.50 app/views/wiki/pages/compare.html.haml
tawork-0.0.49 app/views/wiki/pages/compare.html.haml
tawork-0.0.48 app/views/wiki/pages/compare.html.haml
tawork-0.0.47 app/views/wiki/pages/compare.html.haml
tawork-0.0.46 app/views/wiki/pages/compare.html.haml
tawork-0.0.45 app/views/wiki/pages/compare.html.haml
tawork-0.0.44 app/views/wiki/pages/compare.html.haml
tawork-0.0.43 app/views/wiki/pages/compare.html.haml
tawork-0.0.42 app/views/wiki/pages/compare.html.haml
tawork-0.0.41 app/views/wiki/pages/compare.html.haml
tawork-0.0.40 app/views/wiki/pages/compare.html.haml
tawork-0.0.39 app/views/wiki/pages/compare.html.haml