Sha256: 86b0f88ed66f55e17e2a2f9865a194bfd6240b351542e19ba8fd7c9689a25965

Contents?: true

Size: 284 Bytes

Versions: 5

Compression:

Stored size: 284 Bytes

Contents

%h3 StackProf Navigator
%hr

%p
  Listing dumps in
  %b= @directory

%table.centered
  %thead
    %th Filename
    %th Modified

  %tbody
    - @files.each do |file|
      %tr
        %td
          %a{href: url_for("/overview", dump: file.path)}= file.name
        %td= file.modified

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stackprof-webnav-1.0.4 lib/stackprof-webnav/views/index.haml
stackprof-webnav-1.0.3 lib/stackprof-webnav/views/index.haml
stackprof-webnav-1.0.2 lib/stackprof-webnav/views/index.haml
stackprof-webnav-1.0.1 lib/stackprof-webnav/views/index.haml
stackprof-webnav-1.0.0 lib/stackprof-webnav/views/index.haml