Skip to content

Commit 8f416ec

Browse files
committed
sign up changes
1 parent 6caf79b commit 8f416ec

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

app/views/devise/registrations/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<% if true %>
77

8-
<h2>GGGReplays Pro(beta) Auto-uploader</h2>
8+
<h2>GGGReplays Pro(beta) Auto-uploader V111 (please install again if you had V000)</h2>
99
<ol class="instructions">
1010
<li>Download the auto-uploader: <a class="action button" href="https://s3.amazonaws.com/ggg-downloads/GGGReplays_Install.zip">Download</a></li>
1111
<li>Unzip it and start the install.bat (only once, it will start even when you restart your computer. you can see the process as "autouploader.exe" in your taskmanager)</li>

app/views/devise/registrations/new.html.erb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<%= devise_error_messages! %>
55
<%= flash[:recaptcha_error] %>
66

7-
<div><%= f.label :email %><br />
8-
<%= f.email_field :email, :autofocus => true %></div>
7+
<div style="color:white"><%= f.label :email %><br /></div>
98

10-
<div><%= f.label :password %><br />
11-
<%= f.password_field :password %></div>
9+
<div style="margin-bottom: 10px"> <%= f.email_field :email, :autofocus => true %></div>
10+
11+
<div style="color:white"><%= f.label :password %><br /></div>
12+
<div style="margin-bottom: 10px"><%= f.password_field :password %></div>
1213

1314
<div>
1415
<%= recaptcha_tags(stoken: false, ajax: true) %>

app/views/dialogs/_join_aio.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<%= f.action :submit, :as => :button, :label => 'sign up' %>
99
<% end %>
1010
<% end %>
11-
1211
<a href="" class="toggle" data-toggle="form-login">login</a>
1312
<a href="" class="toggle" data-toggle="form-password">forgot password?</a>
1413
</div>
@@ -31,7 +30,8 @@
3130
<%= f.action :submit, :as => :button, :label => 'login' %>
3231
<% end %>
3332
<% end %>
34-
33+
34+
<br>If you can't login, please send a mail to [email protected] and we try to fix it!</br>
3535
<a href="" class="toggle" data-toggle="form-join">Sign up</a>
3636
<a href="" class="toggle" data-toggle="form-password">Forgot password?</a>
3737
</div>

app/views/layouts/application.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ _\%_____/\%_____/\%_____/\%_/ /\%___fx/\%_____/\__/ /\%_____/\__/ /.com_
2020

2121
gtag('config', 'UA-110397772-1');
2222
</script>
23-
2423

2524
<meta charset='utf-8'>
25+
<meta name="google-site-verification" content="DhsWGGeH5VO0CAhfE9w5ezF_lHP9nTh4t_CShW1F1Fo" />
26+
2627
<meta name="robots" content="all">
2728
<meta name="copyright" content="GGTracker">
2829
<meta name="content-language" content="en">

0 commit comments

Comments
 (0)