File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $autolab-light-red: #ffbec0;
7
7
$autolab-subtle-gray : #eee ;
8
8
$autolab-highlight-gray : #ccc ;
9
9
$autolab-black-text : #212121 ;
10
- $autolab-blue-text : #0869af ;
10
+ $autolab-blue-text : #0056b3 ;
11
11
$autolab-green : #3a862d ;
12
12
$autolab-light-green : #ebffd2 ;
13
13
$autolab-white : #fff ;
Original file line number Diff line number Diff line change 1
- < div class ="sign-in-panel home ">
1
+ < div class ="sign-in-panel home " lang =" en " >
2
2
< br >
3
3
4
4
<%= form_for ( resource , as : resource_name , url : session_path ( resource_name ) ) do |f | %>
5
5
6
6
< img src ="/images/autolab.svg " alt ="" class ="valign login-logo ">
7
7
< h5 > Login to Autolab</ h5 >
8
8
9
- < div > <%= f . email_field :email , autofocus : true , placeholder : "Email Address" %> </ div >
10
- < div > <%= f . password_field :password , placeholder : "Password" %> </ div >
9
+ < div >
10
+ <%= f . label :email , "Email Address" %>
11
+ <%= f . email_field :email , autofocus : true , placeholder : "Email Address" %>
12
+ </ div >
13
+ < div >
14
+ <%= f . label :password , "Password" %>
15
+ <%= f . password_field :password , placeholder : "Password" %>
16
+ </ div >
11
17
12
18
<% if devise_mapping . rememberable? -%>
13
19
< label >
You can’t perform that action at this time.
0 commit comments