diff --git a/static/templates/settings/ui-settings.handlebars b/static/templates/settings/ui-settings.handlebars new file mode 100644 index 0000000000..8d24be2593 --- /dev/null +++ b/static/templates/settings/ui-settings.handlebars @@ -0,0 +1,35 @@ +
+
+
{{#tr this}}__page_params.product_name__ Labs{{/tr}}
+
+
+

+ {{t "Warning: the below features are experimental features and may not work as well as you would like." }} +

+
+ + +
+
+ + + +
+
+
+ +
+
+
+
+
diff --git a/static/templates/settings_tab.handlebars b/static/templates/settings_tab.handlebars index 74f1674587..dd20d4296a 100644 --- a/static/templates/settings_tab.handlebars +++ b/static/templates/settings_tab.handlebars @@ -78,38 +78,4 @@ {{ partial "alert-word-settings" }} -
-
-
{{#tr this}}__page_params.product_name__ Labs{{/tr}}
-
-
-

- {{t "Warning: the below features are experimental features and may not work as well as you would like." }} -

-
- - -
-
- - - -
-
-
- -
-
-
-
-
+{{ partial "ui-settings" }}