summaryrefslogtreecommitdiff
blob: 2bafe24c349d080c781dfc4577fb378129a16265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<h1 class="first-header">Gentoo infrastructure status</h1>

<p>This data is aggregated from our automated service monitoring system as well as the outage and maintenance notices posted below.</p>

<h2 class="mb-4">Service availability overview</h2>

<div class="row">
  <div class="col-lg-4">
    <%= render_column 1 %>
  </div>
  <div class="col-lg-4">
    <%= render_column 2 %>
  </div>
  <div class="col-lg-4">
    <%= render_column 3 %>
  </div>
</div>

<h2 id="notices" class="mt-5">Maintenance and outage notices <small id="notices-for"></small></h2>

<%= partial :notice, :collection => NoticeStore.instance.visible_notices %>