Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 57e1ea5

Browse files
Update application.html.erb
1 parent 50294f8 commit 57e1ea5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

app/views/layouts/application.html.erb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
<body>
1313
<%= render "layouts/navbar"%>
1414

15+
<div class="container-fluid warnings_container" id="alert-messages">
16+
<div class="warning__alert alert alert-danger text-center center-block" data-dismiss="alert">
17+
<button type="button" class="close" data-dismiss="alert">x</button>
18+
<strong>
19+
openSNP is sunsetting, we will remove this website and delete all data on April 30, 2025.
20+
You can <a href="https://tzovar.as/sunsetting-opensnp/">read more about the reasons here</a>.
21+
</strong>
22+
</div>
23+
</div>
24+
1525
<%if current_user %>
1626
<div id="help_block" class="container">
1727
<% if current_user.display_help_header? %>

0 commit comments

Comments
 (0)