Sha256: 2fc2e8c5038e7e59f09ac6fb1cd937b511dc657e51440aeb30d4e5c032238af1

Contents?: true

Size: 946 Bytes

Versions: 1

Compression:

Stored size: 946 Bytes

Contents

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

#auto_error
  .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

1 entries across 1 versions & 1 rubygems

Version Path
auto_error-0.0.18 app/views/auto_error/main/index.html.haml