Skip to content

Commit 8da336b

Browse files
committed
Move the "watch history" checkbox under the "user" section
1 parent 897f871 commit 8da336b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/invidious/views/user/preferences.ecr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
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 %>>
@@ -211,6 +206,11 @@
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 %>>

0 commit comments

Comments
 (0)