File tree 7 files changed +20
-28
lines changed
7 files changed +20
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 60
60
%>
61
61
62
62
< div class ="field ">
63
- <%= f . check_box :email_updates %>
64
63
<%= f . label :email_updates do %>
65
- We're always working to improve Notebook.ai. Please leave this box checked if you'd like to receive occasional updates about
66
- what's new.
64
+ <%= f . check_box :email_updates %>
65
+ < span > We're always working to improve Notebook.ai. Please leave this box checked if you'd like to receive occasional updates about
66
+ what's new.</ span >
67
67
<% end %>
68
68
</ div >
69
69
Original file line number Diff line number Diff line change 2
2
< div class ="card-content ">
3
3
< h4 > Your Notebook.ai design</ h4 >
4
4
< div class ="field ">
5
- <%= f . check_box :fluid_preference %>
6
5
<%= f . label :fluid_preference do %>
7
- I want to use < strong > full-width</ strong > Notebook.ai. Great for small screens, but not so much for very large ones.
6
+ <%= f . check_box :fluid_preference %>
7
+ < span > I want to use < strong > full-width</ strong > Notebook.ai. Great for small screens, but not so much for very large ones.</ span >
8
8
<% end %>
9
9
</ div >
10
10
</ div >
14
14
< div class ="card-content ">
15
15
< h4 > Email preferences</ h4 >
16
16
< div class ="field ">
17
- <%= f . check_box :email_updates %>
18
17
<%= f . label :email_updates do %>
19
- I want to receive occasional updates by email about new Notebook.ai features.
18
+ <%= f . check_box :email_updates %>
19
+ < span > I want to receive occasional updates by email about new Notebook.ai features.</ span >
20
20
<% end %>
21
21
</ div >
22
22
</ div >
Original file line number Diff line number Diff line change 13
13
</ div >
14
14
15
15
< div class ="actions center ">
16
+ < div class ="col s6 ">
16
17
<% if devise_mapping . rememberable? -%>
17
- < span class =" field " style =" margin-right: 30px; " >
18
+ <%= f . label :remember_me do % >
18
19
<%= f . check_box :remember_me %>
19
- <%= f . label :remember_me % >
20
- </ span >
20
+ < span > Remember me </ span >
21
+ <% end % >
21
22
<% end -%>
22
- <%= f . submit "Log in" , class : 'btn blue' %>
23
+ </ div >
24
+ < div class ="col s6 ">
25
+ <%= f . submit "Log in" , class : 'btn blue' %>
26
+ </ div >
23
27
24
28
< p class ="center ">
25
29
< br />
26
30
<%= render "devise/shared/links" %>
27
31
</ p >
28
32
</ div >
29
- <% end %>
33
+ <% end %>
Original file line number Diff line number Diff line change 2
2
<%= csrf_meta_tags %>
3
3
4
4
<%= stylesheet_link_tag 'application' %>
5
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta /css/materialize.min.css ">
5
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css ">
6
6
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css " integrity ="sha256-rByPlHULObEjJ6XQxW/flG2r+22R5dKiAoef+aXWfik= " crossorigin ="anonymous " />
7
7
< link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons ">
8
8
9
9
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js " integrity ="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8= " crossorigin ="anonymous "> </ script >
10
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js " integrity ="sha256-KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM= " crossorigin ="anonymous "> </ script >
11
11
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.2/rails.min.js " integrity ="sha256-BbyWhCn0G+F6xbWJ2pcI5LnnpsnpSzyjJNVtl7ABp+M= " crossorigin ="anonymous "> </ script >
12
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta /js/materialize.min.js "> </ script >
12
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js "> </ script >
13
13
< script src ="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.16.6/lodash.min.js " integrity ="sha256-BWnUqM2wJJk2qUy9kUxldWF2drzn2awHUNcmMy87bDQ= " crossorigin ="anonymous "> </ script >
14
14
15
15
< script type ="text/javascript " src ="https://js.stripe.com/v2/ "> </ script >
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
<%= stylesheet_link_tag 'application' %>
5
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta /css/materialize.min.css ">
5
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css ">
6
6
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css " integrity ="sha256-rByPlHULObEjJ6XQxW/flG2r+22R5dKiAoef+aXWfik= " crossorigin ="anonymous " />
7
7
< link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons ">
8
8
9
9
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js " integrity ="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8= " crossorigin ="anonymous "> </ script >
10
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js " integrity ="sha256-KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM= " crossorigin ="anonymous "> </ script >
11
11
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.2/rails.min.js " integrity ="sha256-BbyWhCn0G+F6xbWJ2pcI5LnnpsnpSzyjJNVtl7ABp+M= " crossorigin ="anonymous "> </ script >
12
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta /js/materialize.min.js "> </ script >
12
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js "> </ script >
13
13
< script src ="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.16.6/lodash.min.js " integrity ="sha256-BWnUqM2wJJk2qUy9kUxldWF2drzn2awHUNcmMy87bDQ= " crossorigin ="anonymous "> </ script >
14
14
15
15
<%= render 'layouts/favicon' %>
Original file line number Diff line number Diff line change 1989
1989
t . datetime "updated_at" , null : false
1990
1990
t . index [ "messageboard_id" ] , name : "index_thredded_posts_on_messageboard_id"
1991
1991
t . index [ "moderation_state" , "updated_at" ] , name : "index_thredded_posts_for_display"
1992
- t . index [ "postable_id" ] , name : "index_thredded_posts_on_postable_id"
1993
1992
t . index [ "postable_id" ] , name : "index_thredded_posts_on_postable_id_and_postable_type"
1994
1993
t . index [ "user_id" ] , name : "index_thredded_posts_on_user_id"
1995
1994
end
You can’t perform that action at this time.
0 commit comments