Skip to content

Commit 4647bb4

Browse files
committed
Add powered footer
1 parent f75d919 commit 4647bb4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/views/status_page/status/index.html.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<style type="text/css" media="screen">
99
body {
1010
line-height: 2rem;
11+
font-family: sans;
1112
font-size: 14px;
1213
background-color: #f0f0f0;
1314
margin: 0;
@@ -16,6 +17,8 @@
1617
text-align: center;
1718
}
1819

20+
a { color: #333; }
21+
1922
.container {
2023
width: 960px;
2124
margin: 20px auto;
@@ -50,6 +53,9 @@
5053
.statuses .message { color: #666; }
5154
.statuses .timestamp { width: 130px; color: #999; }
5255
.statuses .status-error .state { color: red; }
56+
57+
.powered { text-align: center; margin-top: 10px; color: #aaa; }
58+
.powered a { color: #666; }
5359
</style>
5460
</head>
5561

@@ -67,5 +73,8 @@
6773
</div>
6874
<% end %>
6975
</div>
76+
<div class="powered">
77+
Powered by <a href="https://github.com/rails-engine/status-page" target="_blank">status-page</a>
78+
</div>
7079
</div>
7180
</body>

0 commit comments

Comments
 (0)