Sha256: 23c236224f0604cc897ecf5a0ef89d7047735a07d94393fe15761c499edb1e11

Contents?: true

Size: 666 Bytes

Versions: 2

Compression:

Stored size: 666 Bytes

Contents

%h3 StackProf Navigator
%hr

%p
  Viewing S3 bucket at 
  %b= @file

%table.centered                     
  %thead                            
    %th Key                     
    %th Date                           
    %th Size
    %th Dump
                                   
  %tbody
    - @dumps.each do |dump|                       
      %tr                                           
        %td= dump[:key]                          
        %td= dump[:date]                      
        %td= dump[:size]
        %td                                         
          %a{:href => overview_url(dump[:uri])}   
            = dump[:uri]                        

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stackprof-webnav-0.1.0 lib/stackprof-webnav/views/listing.haml
stackprof-webnav-0.0.4 lib/stackprof-webnav/views/listing.haml