Sha256: ce3e011742c1b4ed35112e991427de9c2ac3a3ce830a75a1211a2b86e0326f06

Contents?: true

Size: 448 Bytes

Versions: 28

Compression:

Stored size: 448 Bytes

Contents

- if id
  %p
    Showing only wallet
    %code= id

%p
  = files.count
  PUSH operation(s) over the last 24 hours:

%table
  %thead
    %tr
      %th File
      %th Size
      %th Modified
  %tbody
    - files.each do |f|
      - file = File.join(dir, f)
      %tr
        %td
          %a{href: "/journal/item?id=#{f}"}<
            %code= f
        %td.right= Zold::Size.new(File.size(file))
        %td= "#{Zold::Age.new(File.mtime(file))} ago"

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
zold-0.29.26 views/journal.haml
zold-0.29.25 views/journal.haml
zold-0.29.24 views/journal.haml
zold-0.29.23 views/journal.haml
zold-0.29.22 views/journal.haml
zold-0.29.21 views/journal.haml
zold-0.29.20 views/journal.haml
zold-0.26.19 views/journal.haml