Sha256: 6d2770af3937b44ed44c9fcb03bc7f8724b675953420318a251c2c212003ceb9

Contents?: true

Size: 627 Bytes

Versions: 4

Compression:

Stored size: 627 Bytes

Contents

- title :history_of.t(:page => page.title)
h1= title
= pagination(page, @page_count, @page_nr, :action => :history)
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.3 views/history.slim
olelo-0.9.2 views/history.slim
olelo-0.9.1 views/history.slim
olelo-0.9.0 views/history.slim