File tree Expand file tree Collapse file tree 2 files changed +13
-27
lines changed Expand file tree Collapse file tree 2 files changed +13
-27
lines changed Original file line number Diff line number Diff line change 12
12
< body >
13
13
<%= render "layouts/navbar" %>
14
14
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
+
15
25
<% if current_user %>
16
26
< div id ="help_block " class ="container ">
17
27
<% if current_user . display_help_header? %>
Original file line number Diff line number Diff line change 9
9
<%= render "static/disclaimer" %>
10
10
</ div >
11
11
< div class ="col-md-4 col-md-offset-1 well signup__form ">
12
- <%= form_for @user , :html => { :class => "form" } do |f | %>
13
- < div class ="form-group ">
14
- <%= f . label :name %>
15
- <%= f . text_field :name , placeholder :"Username" , class :"form-control" %>
16
- </ div >
17
- < div class ="form-group ">
18
- <%= f . label :email %>
19
- <%= f . text_field :email , class : "form-control" , placeholder : "Email" %>
20
- </ div >
21
- < div class ="form-group ">
22
- <%= f . label :password %>
23
- <%= f . password_field :password , class : "form-control" , placeholder : "Password" %>
24
- </ div >
25
- < div class ="form-group ">
26
- <%= f . label :password_confirmation , "Confirmation" %>
27
- <%= f . password_field :password_confirmation , class : "form-control" , placeholder : "Confirm your password" %>
28
- </ div >
29
- < div class ="checkbox ">
30
- < label >
31
- <%= check_box_tag ( :read , :type => "checkbox" ) %>
32
- I understand the warning and I am willing to take these risks.
33
- </ label >
34
- </ div >
35
- < p class ="signup__recaptcha "> <%= recaptcha_tags %> </ p >
36
- <%= f . submit :class => "btn btn-default btn-lg" %>
37
- <% end %>
38
- < p class ="signup__advise "> Already a user? Log in now!</ p >
12
+ < b >
13
+ openSNP will sunset on April 30, 2025. Due to this we already now don't allow new registrations any longer. Existing users can log in as before.
14
+ </ b >
39
15
</ div >
40
16
</ div >
41
17
</ div >
You can’t perform that action at this time.
0 commit comments