diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/views/user/preferences.ecr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/invidious/views/user/preferences.ecr b/src/invidious/views/user/preferences.ecr index 1e16c5ec..a584cedb 100644 --- a/src/invidious/views/user/preferences.ecr +++ b/src/invidious/views/user/preferences.ecr @@ -23,11 +23,6 @@ </div> <div class="pure-control-group"> - <label for="watch_history"><%= translate(locale, "preferences_watch_history") %></label> - <input name="watch_history" id="watch_history" type="checkbox" <% if preferences.watch_history %>checked<% end %>> - </div> - - <div class="pure-control-group"> <label for="continue_autoplay"><%= translate(locale, "preferences_continue_autoplay_label") %></label> <input name="continue_autoplay" id="continue_autoplay" type="checkbox" <% if preferences.continue_autoplay %>checked<% end %>> </div> @@ -212,6 +207,11 @@ <legend><%= translate(locale, "preferences_category_subscription") %></legend> <div class="pure-control-group"> + <label for="watch_history"><%= translate(locale, "preferences_watch_history") %></label> + <input name="watch_history" id="watch_history" type="checkbox" <% if preferences.watch_history %>checked<% end %>> + </div> + + <div class="pure-control-group"> <label for="annotations_subscribed"><%= translate(locale, "preferences_annotations_subscribed_label") %></label> <input name="annotations_subscribed" id="annotations_subscribed" type="checkbox" <% if preferences.annotations_subscribed %>checked<% end %>> </div> |
