Sha256: 86a0fe3d8ea3a2b54f351cce39130c56d328c019c74e02793c764b6096dfb40b

Contents?: true

Size: 873 Bytes

Versions: 9

Compression:

Stored size: 873 Bytes

Contents

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

.row#app_errors{ data: { url: app_errors_path } }
  .twelve.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
              .six.columns
                .poller
                  %a.tiny.button.radius.primary{ href: void_path } start polling
                  .spinner
              .six.columns
                %p.total
                  Total App Errors:
                  %strong …

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
auto_error-0.0.9 app/views/auto_error/main/index.html.haml
auto_error-0.0.8 app/views/auto_error/main/index.html.haml
auto_error-0.0.7 app/views/auto_error/main/index.html.haml
auto_error-0.0.6 app/views/auto_error/main/index.html.haml
auto_error-0.0.5 app/views/auto_error/main/index.html.haml
auto_error-0.0.4 app/views/auto_error/main/index.html.haml
auto_error-0.0.3 app/views/auto_error/main/index.html.haml
auto_error-0.0.2 app/views/auto_error/main/index.html.haml
auto_error-0.0.1 app/views/auto_error/main/index.html.haml