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