Sha256: 285819fca9275c40703b2f801ee8f0e121fe6faa83f1cd2d74b72934a264deb5

Contents?: true

Size: 1.45 KB

Versions: 89

Compression:

Stored size: 1.45 KB

Contents

!!!
%html{ lang: 'en-US' }
  %head
    %meta{charset: 'utf-8'}
    %meta{ name: 'viewport', content: 'initial-scale=1.0, width=device-width' }
    %meta{ name: 'apple-mobile-web-app-capable', content: 'yes'}
    %meta{ name: 'apple-mobile-web-app-status-bar-style', content: 'black'}
    = stylesheet_link_tag 'https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css'
    = stylesheet_link_tag 'https://fonts.googleapis.com/icon?family=Material+Icons'
    %title="#{Rails.env} Status"
  %body{ style: 'background-color: #006064;'}
    %header
    %main
      .container{ style: 'background-color: #cfd8dc;'}
        .row
          .col.s12
            %h2.flow-text.center.grey-text=Rails.env.titleize
        .row
          .col.s12
            %table.striped
              %thead
                %tr
                  %th
                    %h3.flow-text Component
                  %th.center
                    %h3.flow-text Status
                  %th.center.hide-on-small-only
                    %h3.flow-text Message
              %tbody
                - components.each do |key, value|
                  %tr
                    %td
                      %h4.flow-text=key.to_s.titleize
                    %td.center
                      %i.material-icons.medium{class: value[:icon_color]}
                        = value[:icon_name]
                    %td.center.hide-on-small-only
                      %h4.flow-text.large=value[:message]

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
web47core-3.2.20 app/views/status/index.html.haml
web47core-3.2.19 app/views/status/index.html.haml
web47core-3.2.18 app/views/status/index.html.haml
web47core-3.2.17 app/views/status/index.html.haml
web47core-3.2.16 app/views/status/index.html.haml
web47core-3.2.15 app/views/status/index.html.haml
web47core-3.2.14 app/views/status/index.html.haml
web47core-3.2.13 app/views/status/index.html.haml
web47core-3.2.12 app/views/status/index.html.haml
web47core-3.2.9 app/views/status/index.html.haml
web47core-3.2.8 app/views/status/index.html.haml
web47core-3.2.7 app/views/status/index.html.haml
web47core-3.2.6 app/views/status/index.html.haml
web47core-3.2.5 app/views/status/index.html.haml
web47core-3.2.4 app/views/status/index.html.haml
web47core-2.2.20 app/views/status/index.html.haml
web47core-2.2.19 app/views/status/index.html.haml
web47core-3.2.3 app/views/status/index.html.haml
web47core-3.2.2 app/views/status/index.html.haml
web47core-2.2.15 app/views/status/index.html.haml