blob: 568b5eb6aae6b49390eaf4511a96de9931027d3c (
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>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">Maintenance and outage notices <small id="notices-for"></small></h2>
<%= partial :notice, :collection => NoticeStore.instance.visible_notices %>
|