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: app/views/students/new.html.erb
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
<divclass="container">
2
-
<divclass='text-center'>Add progress bar here</div>
1
+
<divclass='text-center'>Add progress bar here</div>
3
2
<h1class='mt-3 text-center'>Help us to get to know you better</h1>
4
3
<divclass='form-group'>
5
4
<%=form_for@studentdo |f| %>
@@ -29,9 +28,9 @@
29
28
</div>
30
29
</div>
31
30
<divclass='form-group'>
32
-
<%f.label:contact_number%>
31
+
<%=f.label:contact_number%>
33
32
<span>Your contact number will only be accessible by the CTSS Team and no one else. It will only be used it the extreme case when the tutor is unable to contact you via email for tutoring. This number will be a way for us to contact you immediately, and will not be sent to anyone.</span>
0 commit comments