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