Sha256: 78636de58a7f083b3bbf70b10ee5d4954495da6ee41e7e344360cf7af2ee70e8

Contents?: true

Size: 629 Bytes

Versions: 4

Compression:

Stored size: 629 Bytes

Contents

- title :history_of.t(page: page.title)
h1= title
= pagination(page, @page_count, @page_nr, action: :history, unlimited: true)
table#history-table
  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

4 entries across 4 versions & 1 rubygems

Version Path
olelo-0.9.8 views/history.slim
olelo-0.9.7 views/history.slim
olelo-0.9.6 views/history.slim
olelo-0.9.5 views/history.slim