You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard/app/views/followers/student_user_new.html.haml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@
11
11
%h2 Register to join the class #{@section.name} taught by #{@section.user.name}
12
12
%p
13
13
If you already have an account at Code.org, please
14
-
%a{href: "http://#{request.site}/users/sign_in?return_to=http://#{request.site}/join/#{params[:section_code]}"} sign into your account
14
+
%a{href: "http://#{canonical_hostname('studio.code.org')}/users/sign_in?return_to=http://#{canonical_hostname('studio.code.org')}/join/#{params[:section_code]}"} sign into your account
15
15
before joining the section.
16
-
%p If you don't have an account at Code.org yet, please fill out the fields below to create an account and join the section.
16
+
%p{style: "margin-bottom: 30px;"} If you don't have an account at Code.org yet, please fill out the fields below to create an account and join the section.
0 commit comments