aboutsummaryrefslogtreecommitdiff
path: root/src/invidious/views/user/preferences.ecr
diff options
context:
space:
mode:
Diffstat (limited to 'src/invidious/views/user/preferences.ecr')
-rw-r--r--src/invidious/views/user/preferences.ecr5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/invidious/views/user/preferences.ecr b/src/invidious/views/user/preferences.ecr
index dbb5e9db..7c269821 100644
--- a/src/invidious/views/user/preferences.ecr
+++ b/src/invidious/views/user/preferences.ecr
@@ -207,6 +207,11 @@
207 <legend><%= translate(locale, "preferences_category_subscription") %></legend> 207 <legend><%= translate(locale, "preferences_category_subscription") %></legend>
208 208
209 <div class="pure-control-group"> 209 <div class="pure-control-group">
210 <label for="notifications"><%= translate(locale, "preferences_notifications_label") %></label>
211 <input name="notifications" id="notifications" type="checkbox" <% if preferences.notifications %>checked<% end %>>
212 </div>
213
214 <div class="pure-control-group">
210 <label for="watch_history"><%= translate(locale, "preferences_watch_history_label") %></label> 215 <label for="watch_history"><%= translate(locale, "preferences_watch_history_label") %></label>
211 <input name="watch_history" id="watch_history" type="checkbox" <% if preferences.watch_history %>checked<% end %>> 216 <input name="watch_history" id="watch_history" type="checkbox" <% if preferences.watch_history %>checked<% end %>>
212 </div> 217 </div>