Sha256: d40e0308220411d433dfbf2fa0e86c755fd8692caf99eb6d79f2a76b4699fd18

Contents?: true

Size: 623 Bytes

Versions: 7

Compression:

Stored size: 623 Bytes

Contents

- title :history_of.t(page: page.title)
h1= title
= pagination(page, @page_count, @page_nr, action: :history, unlimited: true)
table#history
  thead
    tr
      th= :comment.t
      th= :author.t
      th= :date.t
  tbody
    - @history.each do |version|
      tr id="version-#{version}"
        td
          a href=build_path(page, version: version) = truncate(version.comment, 50)
          |  (
          a href=build_path(page, action: 'changes'/version) = :changes.t
          | )
        td= truncate(version.author.name, 30)
        td= date version.date
= pagination(page, @page_count, @page_nr, action: :history)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
olelo-0.9.15 plugins/history/history.slim
olelo-0.9.14 plugins/history/history.slim
olelo-0.9.13 plugins/history/history.slim
olelo-0.9.12 plugins/history/history.slim
olelo-0.9.11 plugins/history/history.slim
olelo-0.9.10 plugins/history/history.slim
olelo-0.9.9 plugins/history/history.slim