Sha256: 723da699698ae68ddc30d9f3ebb85e06ff1ed06a54c9c5d611f97520d26ce1e8

Contents?: true

Size: 1.45 KB

Versions: 20

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

20 entries across 20 versions & 1 rubygems

Version Path
web47core-0.6.2 app/views/status/index.html.haml
web47core-0.6.0 app/views/status/index.html.haml
web47core-0.5.5 app/views/status/index.html.haml
web47core-0.5.4 app/views/status/index.html.haml
web47core-0.5.3 app/views/status/index.html.haml
web47core-0.5.2 app/views/status/index.html.haml
web47core-0.4.5 app/views/status/index.html.haml
web47core-0.4.4 app/views/status/index.html.haml
web47core-0.4.3 app/views/status/index.html.haml
web47core-0.4.2 app/views/status/index.html.haml
web47core-0.4.0 app/views/status/index.html.haml
web47core-0.3.4 app/views/status/index.html.haml
web47core-0.3.3 app/views/status/index.html.haml
web47core-0.3.2 app/views/status/index.html.haml
web47core-0.3.1 app/views/status/index.html.haml
web47core-0.3.0 app/views/status/index.html.haml
web47core-0.1.11 app/views/status/index.html.haml
web47core-0.1.10 app/views/status/index.html.haml
web47core-0.1.9 app/views/status/index.html.haml
web47core-0.1.8 app/views/status/index.html.haml