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.31.10 views/journal.haml
zold-0.31.9 views/journal.haml
zold-0.31.8 views/journal.haml
zold-0.31.7 views/journal.haml
zold-0.31.6 views/journal.haml
zold-0.31.5 views/journal.haml
zold-0.31.4 views/journal.haml
zold-0.31.3 views/journal.haml
zold-0.31.2 views/journal.haml
zold-0.31.1 views/journal.haml
zold-0.31.0 views/journal.haml
zold-0.30.0 views/journal.haml
zold-0.29.34 views/journal.haml
zold-0.29.33 views/journal.haml
zold-0.29.32 views/journal.haml
zold-0.29.31 views/journal.haml
zold-0.29.30 views/journal.haml
zold-0.29.29 views/journal.haml
zold-0.29.28 views/journal.haml
zold-0.29.27 views/journal.haml