File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 <input name =" continue" id =" continue" type =" checkbox" <% if preferences.continue %> checked <% end %> >
2323 </div >
2424
25- <div class =" pure-control-group" >
26- <label for =" watch_history" ><%= translate(locale, " preferences_watch_history" ) %> </label >
27- <input name =" watch_history" id =" watch_history" type =" checkbox" <% if preferences.watch_history %> checked <% end %> >
28- </div >
29-
3025 <div class =" pure-control-group" >
3126 <label for =" continue_autoplay" ><%= translate(locale, " preferences_continue_autoplay_label" ) %> </label >
3227 <input name =" continue_autoplay" id =" continue_autoplay" type =" checkbox" <% if preferences.continue_autoplay %> checked <% end %> >
211206 <% if env.get? " user" %>
212207 <legend ><%= translate(locale, " preferences_category_subscription" ) %> </legend >
213208
209+ <div class =" pure-control-group" >
210+ <label for =" watch_history" ><%= translate(locale, " preferences_watch_history" ) %> </label >
211+ <input name =" watch_history" id =" watch_history" type =" checkbox" <% if preferences.watch_history %> checked <% end %> >
212+ </div >
213+
214214 <div class =" pure-control-group" >
215215 <label for =" annotations_subscribed" ><%= translate(locale, " preferences_annotations_subscribed_label" ) %> </label >
216216 <input name =" annotations_subscribed" id =" annotations_subscribed" type =" checkbox" <% if preferences.annotations_subscribed %> checked <% end %> >
You can’t perform that action at this time.
0 commit comments