Sha256: 04708a600ad3174571bf05721174562356e997219dd1af7c966cbc8f2f584bf7

Contents?: true

Size: 906 Bytes

Versions: 6

Compression:

Stored size: 906 Bytes

Contents

- content_for :auto_error_assets do
  = stylesheet_link_tag 'auto_error/application', media: 'all'
  = auto_error_js_namespace
  = javascript_include_tag 'auto_error/application'

.row#app_errors{ data: { url: app_errors_path } }
  .small-12.columns.centered
    %h2 App Errors

    %table.polling{ width: '100%' }
      %thead
        %tr
          %th{ width: '550px' } Message
          %th Data
          %th Time
          %th  
      %tbody
        %tr
          %td{ colspan: 4 }
            %p.loading_message Loading...
      %tfoot
        %tr
          %td{ colspan: 4 }
            .row
              .small-6.columns
                .poller
                  %a.tiny.button.radius.primary{ href: 'javascript:void(0);' } start polling
                  .spinner
              .small-6.columns
                %p.total
                  Total App Errors:
                  %strong …

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
auto_error-0.0.16 app/views/auto_error/main/index.html.haml
auto_error-0.0.15 app/views/auto_error/main/index.html.haml
auto_error-0.0.14 app/views/auto_error/main/index.html.haml
auto_error-0.0.13 app/views/auto_error/main/index.html.haml
auto_error-0.0.12 app/views/auto_error/main/index.html.haml
auto_error-0.0.10 app/views/auto_error/main/index.html.haml