File tree Expand file tree Collapse file tree 5 files changed +16
-24
lines changed Expand file tree Collapse file tree 5 files changed +16
-24
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 1958
1958
t . datetime "updated_at" , null : false
1959
1959
t . index [ "messageboard_id" ] , name : "index_thredded_posts_on_messageboard_id"
1960
1960
t . index [ "moderation_state" , "updated_at" ] , name : "index_thredded_posts_for_display"
1961
- t . index [ "postable_id" ] , name : "index_thredded_posts_on_postable_id"
1962
1961
t . index [ "postable_id" ] , name : "index_thredded_posts_on_postable_id_and_postable_type"
1963
1962
t . index [ "user_id" ] , name : "index_thredded_posts_on_user_id"
1964
1963
end
You can’t perform that action at this time.
0 commit comments